杆塔顺序修改

jni
liuguijing 2 years ago
parent 793ab48cd2
commit 7801cfd41f

@ -19,7 +19,7 @@
l.name as lineName
from tower t,
`lines` l
where t.line_id = l.id and t.status = #{status,jdbcType=INTEGER}
where t.line_id = l.id and t.status = #{status,jdbcType=INTEGER} order by t.create_time desc
</select>

Loading…
Cancel
Save