添加库存校验

This commit is contained in:
qiankunpingtai
2019-05-17 10:41:44 +08:00
parent ff0152959c
commit 39f07cea88
3 changed files with 59 additions and 15 deletions

View File

@@ -179,4 +179,6 @@ public interface DepotItemMapperEx {
@Param("rows") Integer rows, @Param("pid") Integer pid);
int findStockWarningCountTotal( @Param("pid") Integer pid);
BigDecimal getCurrentRepByMaterialIdAndDepotId(@Param("materialId")Long materialId,@Param("depotId") Long depotId);
}