#
luxiaotao1123
2020-08-20 a58907b689885ca6bb9258ac81a8b279f74e7c34
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 zpallet = #{barcode}")
    @Update("update cust_wait_pakin set io_status='Y' where zpallet = #{barcode}")
    int updateWaitPakInStep1(String barcode);
}