优化商品导入,提高速度
This commit is contained in:
@@ -845,4 +845,8 @@ public class DepotItemService {
|
||||
public List<DepotItemVoBatchNumberList> getBatchNumberList(String name, Long depotId, String barCode, String batchNumber){
|
||||
return depotItemMapperEx.getBatchNumberList(name, depotId, barCode, batchNumber);
|
||||
}
|
||||
|
||||
public Long getCountByMaterialAndDepot(Long mId, Long depotId) {
|
||||
return depotItemMapperEx.getCountByMaterialAndDepot(mId, depotId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user