fix 78370 标准预警-页面没有按照新车型实施日期和在产车实施日期正序排列

This commit is contained in:
liao
2023-11-10 10:19:22 +08:00
parent 0453adf795
commit dac61dabeb
@@ -108,7 +108,6 @@
</foreach>
</if>
ORDER BY
dataInfo.implementation_date DESC,
<if test="param.newModelImplementationDate != null and param.newModelImplementationDate != ''">
dataInfo.new_model_implementation_date ASC
</if>