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