ll
liukangdong
2024-12-25 328305d2e3fbac22e5c975b13667535b655ca445
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 ">