jiangping
2024-11-05 c50686f775664c5a722f4b5ad7afde1e5214b14d
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}