| | |
| | | t.act_user_name,t.act_user_name actUserName,t.operate,t.sign_type,t.sign_type signType, |
| | | t.inspection_plan_id,t.inspection_plan_id inspectionPlanId,t.plan_user_name,t.plan_user_name planUserName, |
| | | t.community_id,t.community_id communityId,t.b_id,t.b_id bId,t.act_user_id,t.act_user_id actUserId,t.task_id, |
| | | t.task_id taskId,t.state,t.original_plan_user_id,t.original_plan_user_id originalPlanUserId,t.original_plan_user_name,t.original_plan_user_name originalPlanUserName, |
| | | t.task_id taskId,t.state,t.original_plan_user_id,t.original_plan_user_id |
| | | originalPlanUserId,t.original_plan_user_name,t.original_plan_user_name originalPlanUserName, |
| | | t.transfer_desc,t.transfer_desc transferDesc,t.task_type,t.task_type taskType from business_inspection_task t |
| | | where 1 =1 |
| | | <if test="planUserId !=null and planUserId != ''"> |
| | |
| | | signType,t.inspection_plan_id,t.inspection_plan_id inspectionPlanId,t.plan_user_name,t.plan_user_name |
| | | planUserName,t.community_id,t.community_id communityId,t.b_id,t.b_id bId,t.act_user_id,t.act_user_id |
| | | actUserId,t.task_id,t.task_id taskId,t.state,td1.name signTypeName,td2.name stateName,ip.inspection_plan_name |
| | | inspectionPlanName,t.original_plan_user_id,t.original_plan_user_id originalPlanUserId,t.original_plan_user_name,t.original_plan_user_name originalPlanUserName, |
| | | t.transfer_desc,t.transfer_desc transferDesc,t.task_type,t.task_type taskType |
| | | inspectionPlanName,t.original_plan_user_id,t.original_plan_user_id |
| | | originalPlanUserId,t.original_plan_user_name,t.original_plan_user_name originalPlanUserName, |
| | | t.transfer_desc,t.transfer_desc transferDesc,t.task_type,t.task_type taskType, |
| | | ip.inspection_route_id inspectionRouteId |
| | | from inspection_task t,inspection_plan ip,t_dict td1,t_dict td2 |
| | | where 1 =1 |
| | | and t.sign_type = td1.status_cd |
| | |
| | | <if test="planUserId !=null and planUserId != ''"> |
| | | and t.plan_user_id= #{planUserId} |
| | | </if> |
| | | <if test="startTime != null"> |
| | | <if test="originalPlanUserId !=null and originalPlanUserId != ''"> |
| | | and t.original_plan_user_id= #{originalPlanUserId} |
| | | </if> |
| | | <if test="startTime != null and startTime != ''"> |
| | | and t.act_ins_time >= #{startTime} |
| | | </if> |
| | | <if test="endTime != null"> |
| | | <if test="endTime != null and endTime != ''"> |
| | | and t.act_ins_time <= #{endTime} |
| | | </if> |
| | | <if test="planInsTime !=null "> |
| | | and t.plan_ins_time= #{planInsTime} |
| | | and DATE_FORMAT(t.plan_ins_time,'%Y-%m-%d')= #{planInsTime} |
| | | </if> |
| | | <if test="planEndTime !=null "> |
| | | and t.plan_end_time= #{planEndTime} |
| | |
| | | <if test="communityId !=null and communityId != ''"> |
| | | and t.community_id= #{communityId} |
| | | </if> |
| | | <if test="communityIds !=null"> |
| | | and t.community_id in |
| | | <foreach collection="communityIds" item="item" open="(" close=")" separator=","> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="bId !=null and bId != ''"> |
| | | and t.b_id= #{bId} |
| | | </if> |
| | |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="scopeTime !=null "> |
| | | <if test="scopeTime !=null and scopeTime != ''"> |
| | | and t.create_time < #{scopeTime} |
| | | and t.create_time > #{createTime} |
| | | </if> |
| | | order by t.plan_ins_time |
| | | <if test="orderByDesc != null and orderByDesc != ''"> |
| | | desc |
| | | </if> |
| | | <if test="page != -1 and page != null "> |
| | | limit #{page}, #{row} |
| | | </if> |
| | |
| | | <if test="planUserId !=null and planUserId != ''"> |
| | | and t.plan_user_id= #{planUserId} |
| | | </if> |
| | | <if test="startTime != null"> |
| | | <if test="originalPlanUserId !=null and originalPlanUserId != ''"> |
| | | and t.original_plan_user_id= #{originalPlanUserId} |
| | | </if> |
| | | <if test="startTime != null and startTime != ''"> |
| | | and t.act_ins_time >= #{startTime} |
| | | </if> |
| | | <if test="endTime != null"> |
| | | <if test="endTime != null and endTime != ''"> |
| | | and t.act_ins_time <= #{endTime} |
| | | </if> |
| | | <if test="planInsTime !=null "> |
| | | and t.plan_ins_time= #{planInsTime} |
| | | and DATE_FORMAT(t.plan_ins_time,'%Y-%m-%d')= #{planInsTime} |
| | | </if> |
| | | <if test="planEndTime !=null "> |
| | | and t.plan_end_time= #{planEndTime} |
| | |
| | | <if test="communityId !=null and communityId != ''"> |
| | | and t.community_id= #{communityId} |
| | | </if> |
| | | <if test="communityIds !=null"> |
| | | and t.community_id in |
| | | <foreach collection="communityIds" item="item" open="(" close=")" separator=","> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="bId !=null and bId != ''"> |
| | | and t.b_id= #{bId} |
| | | </if> |