springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/ComMngUserTagDAO.xml
@@ -15,7 +15,7 @@ <select id="getSpecialInputUserTagsByVO" resultType="com.panzhihua.service_user.model.dos.ComMngUserTagDO"> SELECT t.* FROM com_mng_user_tag t WHERE community_id = #{comMngTagVO.communityId} SELECT t.* FROM com_mng_user_tag t WHERE community_id = ${comMngTagVO.communityId} <if test='comMngTagVO.tagName != null and comMngTagVO.tagName.trim() != ""'> and t.tag_name =#{comMngTagVO.tagName} </if>