后台代码提交
This commit is contained in:
parent
ce8e4d7133
commit
592662a686
|
|
@ -113,6 +113,7 @@
|
|||
AND ts.create_time between #{startTime} and #{endTime}
|
||||
</if>
|
||||
GROUP BY rd.task_id,bui.unit_name,bpi.pro_name,bai.code,su.user_name
|
||||
order by tt.create_time desc
|
||||
</select>
|
||||
|
||||
<select id="getRepairMaTypeList" resultType="com.bonus.sgzb.base.domain.RepairTaskDetails">
|
||||
|
|
@ -145,6 +146,7 @@
|
|||
<if test="typeName != null and typeName != ''">
|
||||
AND mt2.type_id = #{typeName}
|
||||
</if>
|
||||
order by rad.create_time desc
|
||||
</select>
|
||||
|
||||
<select id="getById" resultType="com.bonus.sgzb.base.domain.RepairTaskDetails">
|
||||
|
|
|
|||
Loading…
Reference in New Issue