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

fix(jg):单位办理设备查询接口数据排序

parent 1b68637d
......@@ -377,6 +377,7 @@
<if test="jsonObject.useUnitCreditCode != null and jsonObject.useUnitCreditCode != ''" >
and ui."USE_UNIT_CREDIT_CODE" = #{jsonObject.useUnitCreditCode}
</if>
ORDER BY ui.REC_DATE DESC
</select>
<select id="queryForUnitVesselEquipmentPage" resultType="com.alibaba.fastjson.JSONObject">
SELECT
......@@ -412,5 +413,6 @@
<if test="jsonObject.useUnitCreditCode != null and jsonObject.useUnitCreditCode != ''" >
and ui."USE_UNIT_CREDIT_CODE" = #{jsonObject.useUnitCreditCode}
</if>
ORDER BY ui.REC_DATE DESC
</select>
</mapper>
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