给收付款单增加销售采购单号的接口查询
This commit is contained in:
@@ -23,6 +23,7 @@ public interface AccountHeadMapperEx {
|
||||
@Param("accountId") Long accountId,
|
||||
@Param("status") String status,
|
||||
@Param("remark") String remark,
|
||||
@Param("ahIdList") List<Long> ahIdList,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
@@ -37,7 +38,8 @@ public interface AccountHeadMapperEx {
|
||||
@Param("handsPersonId") Long handsPersonId,
|
||||
@Param("accountId") Long accountId,
|
||||
@Param("status") String status,
|
||||
@Param("remark") String remark);
|
||||
@Param("remark") String remark,
|
||||
@Param("ahIdList") List<Long> ahIdList);
|
||||
|
||||
BigDecimal findAllMoney(
|
||||
@Param("supplierId") Integer supplierId,
|
||||
|
||||
Reference in New Issue
Block a user