Explorar el Código

客户管理去除排序

Michael hace 8 años
padre
commit
875f82acf5
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 0 - 4
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -89,7 +89,6 @@
 		<if test="auditStatus != null">
 			and b.audit_status = #{auditStatus,jdbcType=INTEGER}
 		</if>
-			order by a.create_time desc 
 		 <if test="page_sql != null">
     		${page_sql}
    		 </if>
@@ -241,7 +240,6 @@
 		<if test="auditStatus != null">
       		and b.audit_status = #{auditStatus,jdbcType=INTEGER}
    		 </if>
-			order by a.create_time desc 
 		 <if test="page_sql != null">
     		${page_sql}
    		 </if>
@@ -962,7 +960,6 @@
 		<if test="auditStatus != null">
 			and b.audit_status = #{auditStatus,jdbcType=INTEGER}
 		</if>
-			order by a.create_time desc 
 		 <if test="page_sql != null">
     		${page_sql}
    		 </if>
@@ -1118,7 +1115,6 @@
 		<if test="auditStatus != null">
       		and b.audit_status = #{auditStatus,jdbcType=INTEGER}
    		 </if>
-			order by a.create_time desc 
 		 <if test="page_sql != null">
     		${page_sql}
    		 </if>