From c8bc73954b11b40cc62945099a4f7ca1a73154a1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 22 十一月 2024 10:22:43 +0800
Subject: [PATCH] 集成flowable接口

---
 flowable/src/main/resources/mapper/ActRuExecutionMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/system/src/main/resources/mapper/system/ActRuExecutionMapper.xml b/flowable/src/main/resources/mapper/ActRuExecutionMapper.xml
similarity index 99%
rename from system/src/main/resources/mapper/system/ActRuExecutionMapper.xml
rename to flowable/src/main/resources/mapper/ActRuExecutionMapper.xml
index d882dcf..cfab5de 100644
--- a/system/src/main/resources/mapper/system/ActRuExecutionMapper.xml
+++ b/flowable/src/main/resources/mapper/ActRuExecutionMapper.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE mapper
 PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.ycl.system.mapper.ActRuExecutionMapper">
+<mapper namespace="com.ycl.mapper.ActRuExecutionMapper">
 
     <resultMap type="ActRuExecution" id="ActRuExecutionResult">
         <result property="id"    column="ID_"    />

--
Gitblit v1.8.0