Explorar el Código

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

JiangChongBo hace 2 años
padre
commit
d2173df91a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>