花城 需求清单列表新增显示隐藏字段 新增认领人数字段 新增时间段筛选功能2
| | |
| | | } catch (ParseException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | return newStriveForFeign.getNeedProblemList(pageNum,pageSize,search,classifyId,status,kind,userId,getUserId()+"",communityId,isDisplay,start,end); |
| | | return newStriveForFeign.getNeedProblemList(pageNum,pageSize,search,classifyId,status,kind,userId,"",communityId,isDisplay,start,end); |
| | | } |
| | | |
| | | |
| | |
| | | nfnpc.punch_start_time, |
| | | nfnpc.punch_end_time, |
| | | if(nfnpc.user_id>0,1,0) as isJoin, |
| | | (count(task_id)) as joinNum, |
| | | (count(nfnpc.task_id)) as joinNum, |
| | | nfnpc.service_time, |
| | | nfpi.status, |
| | | nfpi.is_display, |
| | | nfpi.user_id |
| | | FROM new_fight_need_problem_inventory as nfpi |
| | | left join com_act_neighbor_circle_topic_new as canct on canct.id=nfpi.classify_id |
| | | left join new_fight_need_problem_claim as nfnpc on nfnpc.task_id=nfpi.id and nfnpc.user_id=#{userIds} |
| | | left join new_fight_need_problem_claim as nfnpc on nfnpc.task_id=nfpi.id and |
| | | <if test="userIds !=null and userIds != '' "> |
| | | and nfnpc.user_id=#{userIds} |
| | | </if> |
| | | <where> |
| | | 1=1 |
| | | <if test="search !=null and search != '' "> |