FengChaoYu hai 1 mes
pai
achega
5f6be41b41
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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>