From 7fff423ea251afed364dc523fb5be4d0b23f39b1 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期三, 05 七月 2023 09:13:12 +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