From 44f4c17ed71ccaf151d600836f7ef32a8c2dbaea Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期四, 25 四月 2024 16:46:50 +0800 Subject: [PATCH] 完善报告;完善检验对象内容 --- cnas-server/src/main/resources/mapper/DeviceMapper.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/cnas-server/src/main/resources/mapper/DeviceMapper.xml b/cnas-server/src/main/resources/mapper/DeviceMapper.xml index e5740f4..f24ba1a 100644 --- a/cnas-server/src/main/resources/mapper/DeviceMapper.xml +++ b/cnas-server/src/main/resources/mapper/DeviceMapper.xml @@ -80,7 +80,6 @@ </select> <update id="upDeviceParameter" parameterType="com.yuanchu.mom.pojo.Device"> - UPDATE device <set> <if test="largeCategory!=null and largeCategory!='' ">large_category=#{largeCategory},</if> @@ -118,7 +117,6 @@ id=#{id} </where> </update> - <select id="selectDeviceImage" resultType="com.yuanchu.mom.pojo.Device"> select (image_upload, create_user, create_time) values (#{image_upload} , #{createUser} -- Gitblit v1.9.3