用户新增专家角色字段
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
AND c.dict_data_name = #{param.sexName}
|
||||
</if>
|
||||
<if test="param.expertType != null">
|
||||
AND c.expert_type = #{param.expertType}
|
||||
AND a.expert_type = #{param.expertType}
|
||||
</if>
|
||||
<if test="param.keywords != null">
|
||||
AND (
|
||||
|
||||
Reference in New Issue
Block a user