解决分批出入库状态切换的bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user