Explorar el Código

新增命题统计

wangliang hace 3 años
padre
commit
6f592e1a6b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      teachcloud-common/src/main/resources/mapper/SysUserMapper.xml

+ 1 - 0
teachcloud-common/src/main/resources/mapper/SysUserMapper.xml

@@ -146,6 +146,7 @@
             t.id = srp.privilege_id
         </if>
            <where>
+                and su.enable = true
                <if test="orgIds != null and orgIds.size > 0">
                    AND su.org_id IN
                    <foreach collection="orgIds" item="item" index="index" open="(" separator="," close=")">