src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,12 @@ List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo); List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo); /** * 更新入库暂存数 * @param devNo 站点号 * @param type 1.加1,2.减1 * @return 更新数量 */ int updateInQty(@Param("typeNo") Integer devNo,@Param("typeNo") Integer type); }