#
luxiaotao1123
2021-08-10 f9843422c62c739558e3c455c040348675ccd88a
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>