ll
liukangdong
2024-12-30 7b787644ada7a7bf84b397c9e50868cceb703d7c
server/system_service/src/main/resources/mappers/SystemUserMapper.xml
@@ -69,6 +69,9 @@
      <if test="dto.memberType != null ">
        AND  usr.`type` = #{dto.memberType}
      </if>
      <if test="dto.memberType != null ">
        AND  usr.`type` = #{dto.memberType}
      </if>
      <if test="dto.workStatus != null ">
        AND  m.WORK_STATUS = #{dto.workStatus}
      </if>