优化收付款单的查询

This commit is contained in:
季圣华
2022-11-21 22:24:01 +08:00
parent 60fc7b8d1b
commit 76bcf58e4f
4 changed files with 28 additions and 55 deletions

View File

@@ -23,7 +23,7 @@ public interface AccountHeadMapperEx {
@Param("accountId") Long accountId,
@Param("status") String status,
@Param("remark") String remark,
@Param("ahIdList") List<Long> ahIdList,
@Param("number") String number,
@Param("offset") Integer offset,
@Param("rows") Integer rows);
@@ -39,7 +39,7 @@ public interface AccountHeadMapperEx {
@Param("accountId") Long accountId,
@Param("status") String status,
@Param("remark") String remark,
@Param("ahIdList") List<Long> ahIdList);
@Param("number") String number);
BigDecimal findAllMoney(
@Param("supplierId") Integer supplierId,