|
|
@@ -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">
|