优化条码重复的校验规则

This commit is contained in:
季圣华
2022-03-17 00:11:42 +08:00
parent d923c8f11a
commit 06f6c4a4fb
3 changed files with 50 additions and 23 deletions

View File

@@ -88,6 +88,10 @@ public interface MaterialMapperEx {
List<MaterialVo4Unit> getMaterialByBarCode(@Param("barCodeArray") String [] barCodeArray);
List<MaterialVo4Unit> getMaterialByBarCodeAndWithOutMId(
@Param("barCodeArray") String [] barCodeArray,
@Param("mId") Long mId);
List<MaterialVo4Unit> getListWithStock(
@Param("depotList") List<Long> depotList,
@Param("idList") List<Long> idList,