Browse Source

认证通1.7.4查询认证机构列表优化

JiangChongBo 2 năm trước cách đây
mục cha
commit
d2173df91a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/AuthMapper.xml

+ 1 - 1
src/main/resources/mapper/AuthMapper.xml

@@ -320,7 +320,7 @@
                 a.createTime desc
             </when>
             <otherwise>
-                order by a.createTime desc, a.id desc
+                order by a.starNum is null, a.starNum*1,a.createTime desc, a.id desc
             </otherwise>
         </choose>
     </select>