From f4a892233ef13cd34ca772185eaf789d0e850b37 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期六, 08 七月 2023 15:13:49 +0800
Subject: [PATCH] 扫码弹窗问题解决

---
 igds-inout/src/main/resources/mapper/InoutCheckMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml b/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml
index 8eaa2f6..c732d7a 100644
--- a/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml
+++ b/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml
@@ -117,6 +117,7 @@
             <if test="data.addCheck != null">ADD_CHECK_ = #{data.addCheck},</if>
             <if test="data.price != null">PRICE_ = #{data.price},</if>
             <if test="data.remarks != null">REMARKS_ = #{data.remarks},</if>
+            <if test="data.updateTime != null">UPDATE_TIME_ = #{data.updateTime},</if>
         </trim>
         WHERE
         COMPANY_ID_ =#{data.companyId}

--
Gitblit v1.9.3