#
luxiaotao1123
2020-08-20 3a5159214df9c86fd1225072a1e1bf4761784b21
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);
}