From 69f11b34307678ae29e35646eb57883bfe5ce984 Mon Sep 17 00:00:00 2001 From: 陈战涛 <chenzhantao7055@sina.com> Date: 星期二, 30 五月 2023 20:42:13 +0800 Subject: [PATCH] 扦样化验优化1-新增扦样信息 --- igds-inout/src/main/resources/mapper/InoutRecordMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml b/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml index dd5bfbe..5d19ebb 100644 --- a/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml +++ b/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml @@ -255,7 +255,6 @@ <if test="data.completeTime != null">COMPLETE_TIME_ = #{data.completeTime},</if> <if test="data.completeUser != null">COMPLETE_USER_ = #{data.completeUser},</if> <if test="data.remarks != null">REMARKS_ = #{data.remarks},</if> - <if test="data.curStorage != null">CUR_STORAGE_ = #{data.curStorage},</if> <if test="data.foodType != null">FOOD_TYPE_ = #{data.foodType},</if> <if test="data.price != null">PRICE_ = #{data.price},</if> <if test="data.settleMoney != null">SETTLE_MONEY_ = #{data.settleMoney},</if> -- Gitblit v1.9.3