修复消防点位检查记录排序

0927cmt
songwenxuan 2024-05-10 19:51:35 +08:00
parent fb2c461dd2
commit a2945aea24
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@
GROUP BY GROUP BY
FIRE_CHECK_ID FIRE_CHECK_ID
order by fr. CREATTIME order by temp.FINISHED,fr. CREATTIME
</select> </select>
<select id="getCheckingByCid" resultType="com.zcloud.entity.PageData"> <select id="getCheckingByCid" resultType="com.zcloud.entity.PageData">
select * from bus_fire_record where FIRE_CHECK_ID = #{FIRE_CHECK_ID} and ISDELETE = 0 and PHONE_REPEAT = 1 select * from bus_fire_record where FIRE_CHECK_ID = #{FIRE_CHECK_ID} and ISDELETE = 0 and PHONE_REPEAT = 1