src/main/resources/mapper/PakoutMapper.xml
@@ -33,4 +33,18 @@ </resultMap> <update id="updateWrkSts"> update man_pakout set wrk_sts = #{wrkSts} , update_by = #{userId} , update_time = getdate() where 1=1 <if test="wrkNo != null and wrkNo != ''"> and wrk_no = #{wrkNo} </if> <if test="docNum != null and docNum != ''"> and doc_num = #{docNum} </if> </update> </mapper>