Browse Source

Accept Merge Request #283 更新生产 : (test -> prod)

Merge Request: 更新生产
Created By: @浅川
Accepted By: @浅川
URL: https://coding.net/t/aft/p/AFT/git/merge/283
浅川 8 years ago
parent
commit
3e88d06b61
1 changed files with 0 additions and 4 deletions
  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>