From 15e9d370a9bdf0582212fe2e24be8e9c9542d2c5 Mon Sep 17 00:00:00 2001
From: 郑永安 <zyazyz250@sina.com>
Date: Thu, 06 Jul 2023 13:32:15 +0800
Subject: [PATCH] 修改采购价格级联修改试剂价格
---
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