给财务单据增加查询条件

This commit is contained in:
季圣华
2021-07-15 23:11:39 +08:00
parent 6a4b4e27be
commit 9fadc1e063
4 changed files with 39 additions and 8 deletions

View File

@@ -17,6 +17,9 @@ public interface AccountHeadMapperEx {
@Param("billNo") String billNo,
@Param("beginTime") String beginTime,
@Param("endTime") String endTime,
@Param("organId") Long organId,
@Param("creator") Long creator,
@Param("handsPersonId") Long handsPersonId,
@Param("offset") Integer offset,
@Param("rows") Integer rows);
@@ -25,7 +28,10 @@ public interface AccountHeadMapperEx {
@Param("creatorArray") String[] creatorArray,
@Param("billNo") String billNo,
@Param("beginTime") String beginTime,
@Param("endTime") String endTime);
@Param("endTime") String endTime,
@Param("organId") Long organId,
@Param("creator") Long creator,
@Param("handsPersonId") Long handsPersonId);
BigDecimal findAllMoney(
@Param("supplierId") Integer supplierId,