解决分批出入库状态切换的bug

This commit is contained in:
神话
2022-05-07 18:23:43 +08:00
parent cf55cba2c8
commit dc6cc14df5
5 changed files with 165 additions and 22 deletions

View File

@@ -140,10 +140,16 @@ public interface DepotItemMapperEx {
@Param("depotList") List<Long> depotList);
BigDecimal getFinishNumber(
@Param("mId") Long mId,
@Param("meId") Long meId,
@Param("linkNumber") String linkNumber,
@Param("goToType") String goToType);
BigDecimal getRealFinishNumber(
@Param("meId") Long meId,
@Param("linkNumber") String linkNumber,
@Param("currentHeaderId") Long currentHeaderId,
@Param("goToType") String goToType);
List<DepotItemVoBatchNumberList> getBatchNumberList(
@Param("name") String name,
@Param("depotId") Long depotId,