#
luxiaotao1123
2021-03-11 eb38fe84d65d30d5e832a4b7dd89a3fc960c1ea4
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>