pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeClientMapper.xml
@@ -384,6 +384,12 @@ <if test = "villageId != null and villageId !=''"> AND cli.villageId = #{villageId} </if> <if test = "blockId != null and blockId !=''"> AND cli.blockId = #{blockId} </if> <if test = "divideId != null and divideId !=''"> AND cli.divideId = #{divideId} </if> </where> ORDER BY cli.operateDt DESC <trim prefix="limit " > pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/client/QueryVo.java
@@ -29,8 +29,11 @@ //@Schema(description = "村ID") //public Long villageId ; // //@Schema(description = "片区ID") //public Long blockId ; @Schema(description = "片区ID") public String blockId ; @Schema(description = "分水房ID") public String divideId ; @Schema(description = "农户姓名") public String name;