Explorar o código

客户名称检索修改

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

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

@@ -309,7 +309,7 @@
 	
 	<select id="findCustomerByName" parameterType="java.lang.String" resultType="com.goafanti.customer.bo.CustomerSimpleBo">
 		select id,identify_name as name from user where identify_name like
-		concat('%',#{identifyName},'%') and status <![CDATA[!= ]]> 1
+		concat('%',#{identifyName},'%') and status <![CDATA[!= ]]> 1 and audit_status = 1
 	</select>
 	
 	<select id="judgeCustomerByName" resultType="java.lang.Integer">