From 0e4aa52a6de100ab96408178927cfb22f7328e34 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期六, 15 七月 2023 22:20:19 +0800
Subject: [PATCH] 提交武汉黄陂军粮配置信息

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

diff --git a/igds-core/src/main/resources/mapper/CheckStandardMapper.xml b/igds-core/src/main/resources/mapper/CheckStandardMapper.xml
index 1caaed1..e061d49 100644
--- a/igds-core/src/main/resources/mapper/CheckStandardMapper.xml
+++ b/igds-core/src/main/resources/mapper/CheckStandardMapper.xml
@@ -61,6 +61,11 @@
 			<if test="data.upperLimit != null and data.upperLimit != '' ">UPPER_LIMIT_ = #{data.upperLimit},</if>
 			<if test="data.unit != null and data.unit != '' ">UNIT_ = #{data.unit},</if>
 			<if test="data.value != null and data.value != '' ">VALUE_ = #{data.value},</if>
+			<if test="data.addNum != null">ADD_NUM_ = #{data.addNum},</if>
+			<if test="data.deNum != null">DE_NUM_ = #{data.deNum},</if>
+			<if test="data.addPrice != null">ADD_PRICE_ = #{data.addPrice},</if>
+			<if test="data.dePrice != null">DE_PRICE_ = #{data.dePrice},</if>
+			<if test="data.result != null and data.result != '' ">RESULT_ = #{data.result},</if>
 			<if test="data.remarks != null and data.remarks != '' ">REMARKS_ = #{data.remarks},</if>
 			<if test="data.operaSymbol != null and data.operaSymbol != '' ">OPERA_SYMBOL_ = #{data.operaSymbol}</if>
 		</set>

--
Gitblit v1.9.3