优化收付款相关接口,支持退款单修改退款金额
This commit is contained in:
@@ -42,12 +42,6 @@ public interface AccountHeadMapperEx {
|
||||
@Param("remark") String remark,
|
||||
@Param("number") String number);
|
||||
|
||||
BigDecimal findAllMoney(
|
||||
@Param("supplierId") Integer supplierId,
|
||||
@Param("type") String type,
|
||||
@Param("modeName") String modeName,
|
||||
@Param("endTime") String endTime);
|
||||
|
||||
List<AccountHeadVo4ListEx> getDetailByNumber(
|
||||
@Param("billNo") String billNo);
|
||||
|
||||
|
||||
@@ -179,25 +179,6 @@ public interface DepotHeadMapperEx {
|
||||
@Param("subTypeBack") String subTypeBack,
|
||||
@Param("billType") String billType);
|
||||
|
||||
BigDecimal findAllMoney(
|
||||
@Param("supplierId") Integer supplierId,
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType,
|
||||
@Param("modeName") String modeName,
|
||||
@Param("endTime") String endTime);
|
||||
|
||||
BigDecimal findAllOtherMoney(
|
||||
@Param("supplierId") Integer supplierId,
|
||||
@Param("type") String type,
|
||||
@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);
|
||||
|
||||
@@ -228,8 +209,6 @@ public interface DepotHeadMapperEx {
|
||||
|
||||
List<DepotHeadVo4List> debtList(
|
||||
@Param("organId") Long organId,
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType,
|
||||
@Param("creatorArray") String[] creatorArray,
|
||||
@Param("status") String status,
|
||||
@Param("number") String number,
|
||||
@@ -242,8 +221,6 @@ public interface DepotHeadMapperEx {
|
||||
|
||||
int debtListCount(
|
||||
@Param("organId") Long organId,
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType,
|
||||
@Param("creatorArray") String[] creatorArray,
|
||||
@Param("status") String status,
|
||||
@Param("number") String number,
|
||||
|
||||
@@ -54,7 +54,7 @@ public class DepotHeadVo4StatementAccount {
|
||||
private BigDecimal returnDebtMoney;
|
||||
|
||||
/**
|
||||
* 本期收款
|
||||
* 本期收付款
|
||||
*/
|
||||
private BigDecimal backMoney;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user