给应收应付的计算里面增加订金字段,解决计算逻辑bug

This commit is contained in:
季圣华
2022-06-03 00:31:30 +08:00
parent abdf93a7b7
commit 9ff1d99abf
3 changed files with 17 additions and 0 deletions

View File

@@ -148,6 +148,12 @@ public interface DepotHeadMapperEx {
@Param("subType") String subType,
@Param("endTime") String endTime);
BigDecimal findDepositMoney(
@Param("supplierId") Integer supplierId,
@Param("type") String type,
@Param("subType") String subType,
@Param("endTime") String endTime);
List<DepotHeadVo4List> getDetailByNumber(
@Param("number") String number);