Explorar o código

Merge branch 'test' of git@git.coding.net:aft/AFT.git into test

wanghui %!s(int64=8) %!d(string=hai) anos
pai
achega
73a09b0d04
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -101,7 +101,6 @@
 		left join industry_category c on b.industry = c.id
 		left join admin d on a.aid = d.id 		
 		where a.type = 0  and a.status != 1 and a.audit_status = 1	
-		AND a.audit_status=1
 		<if test="aid != null and aid !=''">
 			and a.aid = #{aid,jdbcType=VARCHAR}
 		</if>