追溯查询模块代码提交

cert
schry 2 years ago
parent 0cffbac6bb
commit 4c5c789bb9

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

Loading…
Cancel
Save