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