后台代码提交

This commit is contained in:
liuchuan 2023-12-24 13:26:21 +08:00
parent ce8e4d7133
commit 592662a686
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@
AND ts.create_time between #{startTime} and #{endTime} AND ts.create_time between #{startTime} and #{endTime}
</if> </if>
GROUP BY rd.task_id,bui.unit_name,bpi.pro_name,bai.code,su.user_name GROUP BY rd.task_id,bui.unit_name,bpi.pro_name,bai.code,su.user_name
order by tt.create_time desc
</select> </select>
<select id="getRepairMaTypeList" resultType="com.bonus.sgzb.base.domain.RepairTaskDetails"> <select id="getRepairMaTypeList" resultType="com.bonus.sgzb.base.domain.RepairTaskDetails">
@ -145,6 +146,7 @@
<if test="typeName != null and typeName != ''"> <if test="typeName != null and typeName != ''">
AND mt2.type_id = #{typeName} AND mt2.type_id = #{typeName}
</if> </if>
order by rad.create_time desc
</select> </select>
<select id="getById" resultType="com.bonus.sgzb.base.domain.RepairTaskDetails"> <select id="getById" resultType="com.bonus.sgzb.base.domain.RepairTaskDetails">