|
|
@ -3,7 +3,7 @@
|
|
|
|
<mapper namespace="com.glxp.api.dao.sup.UserCompanyMapper">
|
|
|
|
<mapper namespace="com.glxp.api.dao.sup.UserCompanyMapper">
|
|
|
|
<select id="filterCompanyName" parameterType="com.glxp.api.req.auth.FilterUserComapanyRequest"
|
|
|
|
<select id="filterCompanyName" parameterType="com.glxp.api.req.auth.FilterUserComapanyRequest"
|
|
|
|
resultType="com.glxp.api.entity.sup.UserCompanyEntity">
|
|
|
|
resultType="com.glxp.api.entity.sup.UserCompanyEntity">
|
|
|
|
SELECT companyName
|
|
|
|
SELECT id,companyName
|
|
|
|
FROM user_company
|
|
|
|
FROM user_company
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="companyName != '' and companyName != null">
|
|
|
|
<if test="companyName != '' and companyName != null">
|
|
|
|