liukangdong
2024-10-31 18e9c3c8c5c05fb14b13d2a30a69af0165496f33
server/system_service/src/main/resources/mappers/SystemUserMapper.xml
@@ -76,7 +76,7 @@
        AND  sd.`type` = #{dto.companyType}
      </if>
      <if test="dto.querySpecial != null and dto.querySpecial == 1 ">
            AND find_in_set(#{dto.companySpecialId},REPLACE(sd.company_path,"/",","))
            AND find_in_set(#{dto.companySpecialId},REPLACE(sd.company_path,'/',','))
      </if>
    </where>
    ${orderByClause}