jiangping
2024-10-21 7a3c286ab74da68d7e27b34b63d2467cb3d26e27
server/system_service/src/main/resources/mappers/SystemUserMapper.xml
@@ -66,6 +66,9 @@
      <if test="dto.memberType != null ">
        AND  m.`type` = #{dto.memberType}
      </if>
      <if test="dto.companyId != null ">
        AND  usr.COMPANY_ID  = #{dto.companyId}
      </if>
      <if test="dto.companyType != null ">
        AND  sd.`type` = #{dto.companyType}
      </if>