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