自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-05-06 4b0ca1869941ef3074605b4162df3b1b8582f8e5
src/main/resources/mapper/WrkDetlMapper.xml
@@ -87,4 +87,13 @@
        select * from asr_wrk_detl_log where order_no = #{orderNo}
    </select>
    <update id="updateInspect">
        update asr_wrk_detl
        set inspect = 1
        where 1=1
        and wrk_no = #{wrkNo}
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
    </update>
</mapper>