#
luxiaotao1123
2020-08-20 b26b72b495d06290f3484dc529e7ee6e7791a2a6
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 status='Y' where zpallet = #{barcode}")
    int updateWaitPakInStep1(String barcode);
}