From 0526c88cd7082090fe658fd536562185527ba48a Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 22 十一月 2024 11:48:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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