From 39b5aa730edf14c9215935a5fc836be8e8345e1c Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Tue, 26 Jan 2021 21:20:54 +0800 Subject: [PATCH] 划扣bug --- 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