k94314517
2025-03-05 b35a46c502f4bcc22c75e9e3c7fd29af5b98d84b
server/system_service/src/main/resources/mappers/SystemUserMapper.xml
@@ -72,9 +72,6 @@
      <if test="dto.workStatus != null ">
        AND  m.WORK_STATUS = #{dto.workStatus}
      </if>
      <if test="dto.memberType != null ">
        AND  m.`type` = #{dto.memberType}
      </if>
      <if test="dto.companyId != null ">
        AND  usr.COMPANY_ID  = #{dto.companyId}
      </if>