Commit daf27b76 authored by 高建强's avatar 高建强

item:修改获取用户信息属性查询

parent acae44b5
......@@ -497,7 +497,7 @@ GROUP BY
AND u.biz_org_code LIKE CONCAT(#{code}, '%')
</if>
<if test="fieldCode != null and fieldCode.length > 0">
AND fi.field_code IN
AND f.field_code IN
<foreach collection="fieldCode" item="item" index="index" open="(" close=")" separator=",">
#{item}
</foreach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment