增加逻辑:删除仓库删除关联的商品的初始库存,删除仓库删除关联的商品的当前库存
This commit is contained in:
@@ -19,4 +19,6 @@ public interface MaterialCurrentStockMapperEx {
|
||||
@Param("materialId") Long materialId);
|
||||
|
||||
BigDecimal getCurrentUnitPriceByMId(@Param("materialId") Long materialId);
|
||||
|
||||
void batchDeleteByDepots(@Param("ids") String ids[]);
|
||||
}
|
||||
@@ -13,4 +13,5 @@ public interface MaterialInitialStockMapperEx {
|
||||
|
||||
List<MaterialInitialStock> getListExceptZero();
|
||||
|
||||
void batchDeleteByDepots(@Param("ids") String ids[]);
|
||||
}
|
||||
Reference in New Issue
Block a user