Explorar el Código

对接管理后台

dengsixing hace 5 meses
padre
commit
d59b23458d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/mapper/system/AccountMapper.xml

+ 1 - 0
src/main/resources/mapper/system/AccountMapper.xml

@@ -38,6 +38,7 @@
         <if test="param.status != null">
             and u.state = #{param.status}
         </if>
+        order by t.id desc;
     </select>