smartor/src/main/resources/mapper/smartor/SysUserDeptMapper.xml
@@ -48,6 +48,7 @@ resultMap="SysUserDeptResult"> <include refid="selectSysUserDeptVo"/> WHERE 1=1 <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> AND del_flag=0 and orgid=#{orgid}