From 169f2ae1155f62bbd529dba27fdc19d653906175 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Wed, 11 May 2022 17:24:57 +0800
Subject: [PATCH] sout删除一部分
---
src/main/java/com/nanometer/smartlab/dao/SysWarehouseDao.xml | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/main/java/com/nanometer/smartlab/dao/SysWarehouseDao.xml b/src/main/java/com/nanometer/smartlab/dao/SysWarehouseDao.xml
index 7cab815..ef9df27 100644
--- a/src/main/java/com/nanometer/smartlab/dao/SysWarehouseDao.xml
+++ b/src/main/java/com/nanometer/smartlab/dao/SysWarehouseDao.xml
@@ -90,18 +90,10 @@
<update id="updateSysWarehouse" parameterType="com.nanometer.smartlab.entity.SysWarehouse">
update sys_warehouse set type=#{type}, name=#{name}, info_code=#{infoCode}, bar_code=#{barCode}, location1=#{location1}, location2=#{location2},
update_time=now(),department=#{department}
- <if test="temperatureMax != null and temperatureMax != ''">
,temperature_max = #{temperatureMax}
- </if>
- <if test="temperatureMin != null and temperatureMin != ''">
,temperature_min = #{temperatureMin}
- </if>
- <if test="humidityMax != null and humidityMax != ''">
,humidity_max = #{humidityMax}
- </if>
- <if test="humidityMin != null and humidityMin != ''">
,humidity_min = #{humidityMin}
- </if>
where id=#{id}
</update>
--
Gitblit v1.9.2