Merge branch 'local_20221115' into local_20221104
# Conflicts:
# springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java
| | |
| | | * @return 单条数据 |
| | | */ |
| | | @ApiOperation("详情接口") |
| | | @GetMapping("desensitize/{id}") |
| | | public R selectOneDesensitize(@PathVariable("id") Long id) { |
| | | @PostMapping("desensitize") |
| | | public R selectOneDesensitize(Long id) { |
| | | return this.propertyService.comPropertyRepairSelectOneDesensitize(id); |
| | | } |
| | | |
| | |
| | | return communityService.noticeList(page,size,propertyId); |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | |
| | | int expertSolveCountCommunity(); |
| | | |
| | | /** |
| | | * 行业分中心专家受理数量 |
| | | * 行业分中心专家受理数量计算 |
| | | * */ |
| | | int expertSolveCountCenter(); |
| | | |
| | |
| | | (SELECT count(id) FROM com_sanshuo_event_info |
| | | where is_end <> 1 |
| | | AND user_event_status not in(3,4) |
| | | AND event_process_status > 1 |
| | | AND event_process_status not in (9) |
| | | AND event_process_status not in (1,9) |
| | | AND app_id='wx0cef797390444b75' |
| | | <if test="dto.type == 2"> |
| | | AND current_process_type in (1,5) |