Commit 1b8e6540 authored by 韩桐桐's avatar 韩桐桐

fix(jg):车用气瓶列表查询排序修改

parent 6e31a807
......@@ -28,10 +28,11 @@
and tjvi.use_unit_credit_code = #{dto.useUnitCreditCode}
</if>
</where>
order by
<if test="sort != null">
${sort.field} ${sort.sortType},
</if>
order by apply_no desc
apply_no desc
</select>
<sql id="page-list">
select tjvi.sequence_nbr as sequenceNbr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment