luxiaotao1123
2021-06-18 c1702cc51a4d94ed37d5083494c87fe0f2cbe5b3
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>