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

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

parent 6e31a807
...@@ -28,10 +28,11 @@ ...@@ -28,10 +28,11 @@
and tjvi.use_unit_credit_code = #{dto.useUnitCreditCode} and tjvi.use_unit_credit_code = #{dto.useUnitCreditCode}
</if> </if>
</where> </where>
order by
<if test="sort != null"> <if test="sort != null">
${sort.field} ${sort.sortType}, ${sort.field} ${sort.sortType},
</if> </if>
order by apply_no desc apply_no desc
</select> </select>
<sql id="page-list"> <sql id="page-list">
select tjvi.sequence_nbr as sequenceNbr, 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