Ver Fonte

1.控制台渠道人员数问题

wuhp há 1 ano atrás
pai
commit
fafa5a9290

+ 0 - 4
src/main/resources/mapper/modules/admin/SysUserMapper.xml

@@ -1984,10 +1984,6 @@
         WHERE
         su4.id IN ( su1.id, su2.id, su3.id )
         ) AS subquery
-        WHERE
-        <if test = "managementSource != null  and  managementSource != ''" >
-         management_source = #{managementSource}
-        </if>
         ORDER BY 1
        ) > 0 )
     </select>