#
luxiaotao1123
2021-08-09 3e867b935ca291a0555a31ffb324e8705df93be2
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>