自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-07-20 1841760100d882378ef5d23c01fa366ffdce5668
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/WrkDetlMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkDetlMapper.xml
@@ -91,7 +91,7 @@
        from asr_wrk_detl_log awdl
        left join asr_wrk_mast_log awml on awdl.wrk_no = awml.wrk_no and awdl.io_time = awml.io_time
        where awdl.order_no = #{orderNo}
        and awml.manu_type != '手动取消'
        and (awml.manu_type is null or awml.manu_type != '手动取消')
    </select>
    <update id="updateInspect">