From c42165204bda966c32f6c5e6cba7a978e08922e7 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Tue, 26 Jan 2021 21:32:02 +0800 Subject: [PATCH] Merge branch 'api' of https://gitee.com/jyyforjava/zq-erp into api --- 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