1、修改监管端统计公司排序
parent
d3c29e9275
commit
8a4523e604
|
|
@ -44,7 +44,7 @@
|
|||
GROUP BY
|
||||
ci.id, ci.corp_name, ci.type
|
||||
ORDER BY
|
||||
ci.id DESC
|
||||
ci.corp_order ASC
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@
|
|||
</if>
|
||||
|
||||
GROUP BY ci.id, ci.corp_name
|
||||
ORDER BY ci.corp_order ASC, ci.id ASC
|
||||
ORDER BY ci.corp_order ASC
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue