用户新增专家角色字段
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user