소스 검색

单位客户查询接口优化

anderx 3 년 전
부모
커밋
76867ed1f3
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -469,8 +469,7 @@
 	<select id="selectPublicOrganizationCustomerCount" resultType="java.lang.Integer">
 		select
 			count(0)
-		from
-			user a
+		from user a
 		<if test="province != null or city != null or area != null">
 			inner join organization_identity b on a.id = b.uid
 		</if>