修改查询库存数量的方法

This commit is contained in:
qiankunpingtai
2019-06-11 14:44:18 +08:00
parent 99d856111e
commit 5f9e2055e6
3 changed files with 15 additions and 2 deletions

View File

@@ -176,5 +176,5 @@ public interface DepotItemMapperEx {
int findStockWarningCountTotal( @Param("pid") Integer pid);
BigDecimal getCurrentRepByMaterialIdAndDepotId(@Param("materialId")Long materialId,@Param("depotId") Long depotId);
BigDecimal getCurrentRepByMaterialIdAndDepotId(@Param("materialId") Long materialId, @Param("depotId") Long depotId,@Param("tenantId")Long tenantId);
}