用户新增专家角色字段

This commit is contained in:
2024-11-28 16:04:15 +08:00
parent 65c442e54d
commit 83c2979df4

View File

@@ -168,7 +168,7 @@
AND c.dict_data_name = #{param.sexName} AND c.dict_data_name = #{param.sexName}
</if> </if>
<if test="param.expertType != null"> <if test="param.expertType != null">
AND c.expert_type = #{param.expertType} AND a.expert_type = #{param.expertType}
</if> </if>
<if test="param.keywords != null"> <if test="param.keywords != null">
AND ( AND (