优化商品导入,提高速度
This commit is contained in:
@@ -154,6 +154,9 @@ public interface DepotItemMapperEx {
|
||||
@Param("name") String name,
|
||||
@Param("depotId") Long depotId,
|
||||
@Param("barCode") String barCode,
|
||||
@Param("batchNumber") String batchNumber
|
||||
);
|
||||
@Param("batchNumber") String batchNumber);
|
||||
|
||||
Long getCountByMaterialAndDepot(
|
||||
@Param("mId") Long mId,
|
||||
@Param("depotId") Long depotId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user