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/PurchaseMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/system/src/main/resources/mapper/system/PurchaseMapper.xml b/flowable/src/main/resources/mapper/PurchaseMapper.xml
similarity index 97%
rename from system/src/main/resources/mapper/system/PurchaseMapper.xml
rename to flowable/src/main/resources/mapper/PurchaseMapper.xml
index bada1c2..73097d8 100644
--- a/system/src/main/resources/mapper/system/PurchaseMapper.xml
+++ b/flowable/src/main/resources/mapper/PurchaseMapper.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.PurchaseMapper">
+<mapper namespace="com.ycl.mapper.PurchaseMapper">
 
     <resultMap type="Purchase" id="PurchaseResult">
         <result property="id"    column="id"    />

--
Gitblit v1.8.0