修复消防点位检查记录排序
parent
fb2c461dd2
commit
a2945aea24
|
@ -899,7 +899,7 @@
|
|||
|
||||
GROUP BY
|
||||
FIRE_CHECK_ID
|
||||
order by fr. CREATTIME
|
||||
order by temp.FINISHED,fr. CREATTIME
|
||||
</select>
|
||||
<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
|
||||
|
|
Loading…
Reference in New Issue