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>