去掉分批数量的bug

This commit is contained in:
季圣华
2020-06-17 23:55:18 +08:00
parent 2600e4f4f5
commit 60e95d4069
6 changed files with 0 additions and 59 deletions

View File

@@ -106,6 +106,4 @@ public interface DepotItemMapperEx {
@Param("rows") Integer rows, @Param("pid") Integer pid);
int findStockWarningCountTotal( @Param("pid") Integer pid);
BigDecimal getFinishNumber(@Param("mid") Long mid, @Param("linkNumber") String linkNumber);
}