springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/neighbor/ComActNeighborCircleAdminVO.java
@@ -76,7 +76,7 @@ @ApiModelProperty("使用类型(1.邻里圈 2.问题清单 3.需求清单)") private Integer belongType; @ApiModelProperty("处理状态 0 否 1是") @ApiModelProperty("处理状态 0待接收 1正在求助 2待处理 3待评价 4已评价") private Integer solveStatus; @ApiModelProperty("预计服务时长") springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml
@@ -72,7 +72,7 @@ <if test="dto.phone != null and dto.phone != ''"> and cpcu.phone = #{dto.phone} </if> <if test="dto.communityId != null"> <if test="dto.communityId != null and dto.communityId !=0"> and cpcu.community_id = #{dto.communityId} </if> </where>