From a4d556ff6f8191637be669e7884fc3e500021516 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期四, 22 六月 2023 01:15:28 +0800 Subject: [PATCH] 测试入库流程 --- igds-inout/src/main/resources/mapper/InoutCheckMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml b/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml index c11d18a..e4a1112 100644 --- a/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml +++ b/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml @@ -44,7 +44,8 @@ <!--鏇存柊鎵︽牱淇℃伅--> <update id="updateSampleData" parameterType="com.ld.igds.inout.dto.InoutCheckData"> - UPDATE D_INOUT_RECORD SET + UPDATE D_INOUT_RECORD + set UPDATE_TIME_ = #{data.updateTime} , <if test="data.sampleUser != null">SAMPLE_USER_ = #{data.sampleUser},</if> <if test="data.sampleTime != null">SAMPLE_TIME_ = #{data.sampleTime},</if> <if test="data.sampleType != null">SAMPLE_TYPE_ = #{data.sampleType},</if> -- Gitblit v1.9.3