自动化立体仓库 - WMS系统
luxiaotao1123
2023-02-08 4c1aba49902ca939f17b11a3c43fde5fb4c41597
src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -25,4 +25,8 @@
    @Update("update asr_wrk_mast set ste_no = null where wrk_no = #{wrkNo}")
    int setSteEmpty(Integer wrkNo);
    WrkMast selectOfPick(@Param("wrkNo") Integer wrkNo, @Param("ioType") Integer ioType);
    WrkMast selectPakoutOfStaNo(@Param("staNo")Integer staNo);
}