From 66a266afde1966865b16eb335cd0982be207d9e2 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期六, 08 七月 2023 10:16:47 +0800 Subject: [PATCH] 调整新版APP图片 --- 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