fix 78370 标准预警-页面没有按照新车型实施日期和在产车实施日期正序排列
This commit is contained in:
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user