增加批量设置会员当前的预付款接口,完善单据中收预付款的更新逻辑
This commit is contained in:
@@ -58,4 +58,7 @@ public interface AccountHeadMapperEx {
|
||||
|
||||
List<AccountHead> getFinancialBillNoByBillId(
|
||||
@Param("billId") Long billId);
|
||||
|
||||
BigDecimal getFinancialAllPriceByOrganId(
|
||||
@Param("organId") Long organId);
|
||||
}
|
||||
@@ -271,4 +271,7 @@ public interface DepotHeadMapperEx {
|
||||
@Param("endTime") String endTime,
|
||||
@Param("materialParam") String materialParam,
|
||||
@Param("depotArray") String[] depotArray);
|
||||
|
||||
BigDecimal getBillAllPriceByOrganId(
|
||||
@Param("organId") Long organId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user