自动化立体仓库 - WMS系统
#1
dubin
4 天以前 9268cd77b4e864b901a8b0bf965f441f2e8c4fbd
src/main/resources/mapper/WrkDetlMapper.xml
@@ -81,6 +81,15 @@
        <include refid="batchSeq"></include>
    </update>
    <update id="updateWorkNo">
        update asr_wrk_detl
        set wrk_no = #{newWrkNo}
        , modi_time = getdate()
        , io_time = #{now}
        where 1=1
        and wrk_no = #{oldWrkNo}
    </update>
    <select id="selectAndLogByOrderNo" resultMap="BaseResultMap">
        select * from asr_wrk_detl where order_no = #{orderNo}
        union