소스 검색

对接管理后台

dengsixing 4 달 전
부모
커밋
9bff18e419
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/system/AccountMapper.xml

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

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