소스 검색

no message

FengChaoYu 9 달 전
부모
커밋
5f6be41b41
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/main/resources/mapper/CommonMapper.xml

+ 0 - 4
src/main/resources/mapper/CommonMapper.xml

@@ -20,9 +20,5 @@
         FROM
             admin_company a
         ${ex.query}
-        <if test="ex.orderBy == null or ex.orderBy ==''">
-            ORDER BY a.create_time DESC
-        </if>
-        ${ex.orderBy}
     </select>
 </mapper>