From 9c1ea54c6bd8393ebb0212d8f82f593803f7e3d6 Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Tue, 26 Jan 2021 23:24:12 +0800
Subject: [PATCH] 修改app登录限制一个端口的问题
---
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml b/zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml
index 01462d3..c10462e 100644
--- a/zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml
+++ b/zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml
@@ -246,20 +246,20 @@
CHANGE_ID = #{changeId},
</if>
<if test="oldShopId != null and oldShopId !='' ">
- OLD_SHOP_ID = #{oldShopId}
+ OLD_SHOP_ID = #{oldShopId},
</if>
<if test="consumeTime != null ">
- consume_time = #{consumeTime}
+ consume_time = #{consumeTime},
</if>
<if test="reply != null ">
- reply = #{reply}
+ reply = #{reply},
</if>
<if test="comment != null ">
- comment = #{comment}
+ comment = #{comment},
</if>
<if test="overtimeNotice != null ">
- overtime_notice = #{overtimeNotice}
+ overtime_notice = #{overtimeNotice},
</if>
</set>
WHERE id=#{id}
--
Gitblit v1.9.1