| | |
| | | ) |
| | | </insert> |
| | | |
| | | |
| | | <!-- 查询报修信息信息(Business) add by wuxw 2018-07-03 --> |
| | | <select id="getBusinessRepairInfo" parameterType="Map" resultType="Map"> |
| | | select t.operate,t.repair_name,t.repair_name repairName,t.appointment_time,t.appointment_time |
| | | appointmentTime,t.repair_type,t.repair_type repairType,t.context,t.repair_id,t.repair_id |
| | | repairId,t.tel,t.state,t.community_id,t.community_id communityId,t.b_id,t.b_id bId, |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id repairObjId,t.repair_obj_name repairObjName |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id |
| | | repairObjId,t.repair_obj_name repairObjName |
| | | from business_repair_pool t |
| | | where 1 =1 |
| | | <if test="operate !=null and operate != ''"> |
| | |
| | | <if test="bId !=null and bId != ''"> |
| | | and t.b_id= #{bId} |
| | | </if> |
| | | |
| | | |
| | | </select> |
| | | |
| | | |
| | | <!-- 保存报修信息信息至 instance表中 add by wuxw 2018-07-03 --> |
| | | <insert id="saveRepairInfoInstance" parameterType="Map"> |
| | |
| | | <if test="bId !=null and bId != ''"> |
| | | and t.b_id= #{bId} |
| | | </if> |
| | | |
| | | |
| | | </insert> |
| | | |
| | | |
| | | <!-- 查询报修信息信息 add by wuxw 2018-07-03 --> |
| | | <select id="getRepairInfo" parameterType="Map" resultType="Map"> |
| | |
| | | repairId,t.tel,t.status_cd,t.status_cd statusCd,t.state,t.community_id,t.community_id communityId,t.b_id,t.b_id |
| | | bId, |
| | | d.name stateName, |
| | | rs.repair_type_name repairTypeName,rs.repair_way repairWay, |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id repairObjId,t.repair_obj_name repairObjName |
| | | rs.repair_type_name repairTypeName,rs.repair_way repairWay,rs.return_visit_flag returnVisitFlag, |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id repairObjId, |
| | | t.repair_obj_name repairObjName |
| | | <if test="staffId != null and staffId != ''"> |
| | | ,rru.state repairDispatchState,rru.context repairDispatchContext,td.name repairDispatchStateName |
| | | </if> |
| | |
| | | <if test="repairWay !=null and repairWay != ''"> |
| | | and rs.repair_way= #{repairWay} |
| | | </if> |
| | | <if test="returnVisitFlag !=null and returnVisitFlag != ''"> |
| | | and rs.return_visit_flag in ('001','002') |
| | | </if> |
| | | <if test="repairName !=null and repairName != ''"> |
| | | and t.repair_name= #{repairName} |
| | | and t.repair_name like '%${repairName}%' |
| | | </if> |
| | | <if test="appointmentTime !=null "> |
| | | and t.appointment_time= #{appointmentTime} |
| | |
| | | <if test="repairObjId !=null and repairObjId != ''"> |
| | | and t.repair_obj_id= #{repairObjId} |
| | | </if> |
| | | |
| | | order by t.create_time desc |
| | | <if test="page != -1 and page != null "> |
| | | limit #{page}, #{row} |
| | | </if> |
| | | |
| | | </select> |
| | | |
| | | |
| | | <!-- 修改报修信息信息 add by wuxw 2018-07-03 --> |
| | | <update id="updateRepairInfoInstance" parameterType="Map"> |
| | |
| | | <if test="bId !=null and bId != ''"> |
| | | and t.b_id= #{bId} |
| | | </if> |
| | | |
| | | </update> |
| | | |
| | | <!-- 查询报修信息数量 add by wuxw 2018-07-03 --> |
| | |
| | | AND td.`status_cd` = rru.state |
| | | </if> |
| | | <if test="repairName !=null and repairName != ''"> |
| | | and t.repair_name= #{repairName} |
| | | and t.repair_name like '%${repairName}%' |
| | | </if> |
| | | <if test="appointmentTime !=null "> |
| | | and t.appointment_time= #{appointmentTime} |
| | |
| | | <if test="state !=null and state != ''"> |
| | | and t.state= #{state} |
| | | </if> |
| | | |
| | | <if test="statess !=null"> |
| | | and t.state in |
| | | <foreach collection="statess" item="item" open="(" close=")" separator=","> |
| | |
| | | <if test="repairObjId !=null and repairObjId != ''"> |
| | | and t.repair_obj_id= #{repairObjId} |
| | | </if> |
| | | |
| | | |
| | | </select> |
| | | |
| | | <!-- 查询报修信息信息 add by wuxw 2018-07-03 --> |
| | |
| | | bId,ru.pre_staff_id preStaffId,ru.pre_staff_name preStaffName, |
| | | d.name stateName, |
| | | rs.repair_type_name repairTypeName,rs.repair_way repairWay, |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id repairObjId,t.repair_obj_name repairObjName |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id repairObjId,t.repair_obj_name repairObjName, |
| | | sru.ru_id startRuId,ru.ru_id ruId,ru.pre_ru_id preRuId |
| | | from r_repair_pool t |
| | | left join t_dict d on t.state = d.status_cd and d.table_name = 'r_repair_pool' and d.table_columns = 'state' |
| | | left join r_repair_setting rs on rs.repair_type = t.repair_type and rs.status_cd = '0' |
| | | left join r_repair_user ru on t.repair_id = ru.repair_id and t.status_cd = 0 |
| | | left join r_repair_user ru on t.repair_id = ru.repair_id and ru.status_cd = 0 |
| | | left join r_repair_user sru on sru.repair_id = ru.repair_id and sru.status_cd = 0 and sru.state = '10005' |
| | | where 1 =1 |
| | | and ru.end_time is null |
| | | and ru.state = '10001' |
| | |
| | | <if test="page != -1 and page != null "> |
| | | limit #{page}, #{row} |
| | | </if> |
| | | |
| | | </select> |
| | | |
| | | <!-- 查询报修信息数量 add by wuxw 2018-07-03 --> |
| | |
| | | <if test="repairObjId !=null and repairObjId != ''"> |
| | | and t.repair_obj_id= #{repairObjId} |
| | | </if> |
| | | |
| | | |
| | | </select> |
| | | |
| | | |
| | | |
| | | <!-- 查询报修信息信息 add by wuxw 2018-07-03 --> |
| | | <select id="getStaffFinishRepairInfo" parameterType="Map" resultType="Map"> |
| | |
| | | bId, |
| | | d.name stateName, |
| | | rs.repair_type_name repairTypeName,rs.repair_way repairWay, |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id repairObjId,t.repair_obj_name repairObjName |
| | | t.repair_obj_type,t.repair_obj_id,t.repair_obj_name,t.repair_obj_type repairObjType,t.repair_obj_id |
| | | repairObjId,t.repair_obj_name repairObjName |
| | | from r_repair_pool t |
| | | left join t_dict d on t.state = d.status_cd and d.table_name = 'r_repair_pool' and d.table_columns = 'state' |
| | | left join r_repair_setting rs on rs.repair_type = t.repair_type and rs.status_cd = '0' |
| | |
| | | <if test="page != -1 and page != null "> |
| | | limit #{page}, #{row} |
| | | </if> |
| | | |
| | | </select> |
| | | |
| | | <!-- 查询报修信息数量 add by wuxw 2018-07-03 --> |
| | |
| | | and t.repair_obj_id= #{repairObjId} |
| | | </if> |
| | | group by ru.staff_id |
| | | |
| | | |
| | | </select> |
| | | |
| | | </mapper> |