#
luxiaotao1123
2021-08-09 5a3e3d46cf09feacae5a56be0685fdda68f512d2
src/main/resources/mapper/PakoutMapper.xml
@@ -47,4 +47,13 @@
        </if>
    </update>
    <update id="updateStep">
        update man_pakout
        set memo = '1'
        , update_time = getdate()
        where 1=1
        and wrk_no = #{wrkNo}
        and doc_num = #{docNum}
    </update>
</mapper>