杆塔顺序修改

jni
liuguijing 2 years ago
parent 793ab48cd2
commit 7801cfd41f

@ -19,7 +19,7 @@
l.name as lineName l.name as lineName
from tower t, from tower t,
`lines` l `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> </select>

Loading…
Cancel
Save