给对账接口增加欠款的筛选参数
This commit is contained in:
@@ -199,6 +199,7 @@ public interface DepotHeadMapperEx {
|
||||
@Param("endTime") String endTime,
|
||||
@Param("organId") Integer organId,
|
||||
@Param("organArray") String[] organArray,
|
||||
@Param("hasDebt") Integer hasDebt,
|
||||
@Param("supplierType") String supplierType,
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType,
|
||||
@@ -213,6 +214,7 @@ public interface DepotHeadMapperEx {
|
||||
@Param("endTime") String endTime,
|
||||
@Param("organId") Integer organId,
|
||||
@Param("organArray") String[] organArray,
|
||||
@Param("hasDebt") Integer hasDebt,
|
||||
@Param("supplierType") String supplierType,
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType,
|
||||
@@ -225,6 +227,7 @@ public interface DepotHeadMapperEx {
|
||||
@Param("endTime") String endTime,
|
||||
@Param("organId") Integer organId,
|
||||
@Param("organArray") String[] organArray,
|
||||
@Param("hasDebt") Integer hasDebt,
|
||||
@Param("supplierType") String supplierType,
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType,
|
||||
|
||||
Reference in New Issue
Block a user