소스 검색

1.控制台人员渠道问题

wuhp 1 년 전
부모
커밋
bd2962a701
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/modules/console/userReportMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/console/userReportMapper.xml

@@ -186,7 +186,7 @@
             <if test="vo.managementSource  !=null  and   vo.managementSource  !=''">
                 <choose>
                     <when test="vo.managementSource == 1 ">
-                       and  r.role_id = '21'  and   d.management_source  =#{vo.managementSource}
+                       and 	 ( r.role_id = 19 OR r.role_id = 21 )  and   d.management_source  =#{vo.managementSource}
                     </when>
                     <when test="vo.managementSource == 3">
                         and (  r.role_id = 3 or r.role_id = 72  )  and   d.management_source  =#{vo.managementSource}