Răsfoiți Sursa

1.控制台人员渠道问题

wuhp 1 an în urmă
părinte
comite
bd2962a701

+ 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}