优化供应商期初期末的方法

This commit is contained in:
季圣华
2020-06-30 23:28:30 +08:00
parent 577abbe953
commit 0f1f5600df
2 changed files with 3 additions and 3 deletions

View File

@@ -350,7 +350,7 @@ public class DepotHeadService {
modeName = "DiscountLastMoney";
allOtherMoney = depotHeadMapperEx.findAllOtherMoney(supplierId, type, subType, endTime);
}
BigDecimal result = null;
BigDecimal result = BigDecimal.ZERO;
try{
result =depotHeadMapperEx.findAllMoney(supplierId, type, subType, modeName, endTime);
}catch(Exception e){