自动化立体仓库 - WCS系统
#
luxiaotao1123
2020-08-25 46f16aa85b0d41e812f8352003f54427a35e94e2
src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -52,8 +52,14 @@
    @Insert("insert into asr_wrk_detl_log select * from asr_wrk_detl where wrk_no=#{workNo}")
    int saveWrkDetlLog(Integer workNo);
    // update 入库通知档
    @Update("update cust_wait_pakin set status='Y' where barcode = #{barcode}")
    // 通知档 ----------------------------------------------------------------------
    // update 入库通知档 -- Y
    @Update("update cust_wait_pakin set io_status='Y' where zpallet = #{barcode}")
    int updateWaitPakInStep1(String barcode);
    // update 入库通知档  -- F
    @Update("update cust_wait_pakin set io_status='F' where zpallet = #{barcode}")
    int updateWaitPakInStep2(String barcode);
}