自动化立体仓库 - WCS系统
luxiaotao1123
2020-08-20 142a104afe9938851996e00bcfa96989c44f2c4a
src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -53,7 +53,7 @@
    int saveWrkDetlLog(Integer workNo);
    // update 入库通知档
    @Update("update cust_wait_pakin set status='Y' where barcode = #{barcode}")
    @Update("update cust_wait_pakin set io_status='Y' where zpallet = #{barcode}")
    int updateWaitPakInStep1(String barcode);
}