k94314517
2024-12-23 98c8368c39bc0749a00e13544227fcdf490171f9
server/system_service/src/main/resources/mappers/SystemUserMapper.xml
@@ -67,6 +67,12 @@
        AND  usr.`status` = #{dto.status}
      </if>
      <if test="dto.memberType != null ">
        AND  usr.`type` = #{dto.memberType}
      </if>
      <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 ">