From 5857ab464b3463dc777de9c878c0475c7a63e261 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 28 Jan 2021 15:07:14 +0800 Subject: [PATCH] modify --- 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