Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
b4cfbc24
Commit
b4cfbc24
authored
Aug 17, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
bab9c9c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
apps/classroom/Lib/Model/ZyServiceModel.class.php
+3
-2
No files found.
apps/classroom/Lib/Model/ZyServiceModel.class.php
View file @
b4cfbc24
...
...
@@ -1652,7 +1652,7 @@ class ZyServiceModel
if
(
OPEN_SCHOOL
)
{
// 多机构
// 机构单独分成比例配置
$school_proportion
=
M
(
'school_divideinto'
)
->
where
([
'mhm_id'
=>
$school_id
,
"
{
$type
}
_status"
=>
1
])
->
field
(
'course, live, album, course_line, classes'
)
->
find
();
var_dump
(
"log:
{
$school_proportion
}
"
);
if
(
$school_proportion
)
{
$old_proportion
=
$school_proportion
;
}
else
{
...
...
@@ -1691,8 +1691,9 @@ class ZyServiceModel
unset
(
$school_id
);
$utype
=
$type
==
'course_line'
?
'CourseLine'
:
$type
;
$old_proportion
=
model
(
'Xdata'
)
->
get
(
"admin_Config:divideInto"
.
ucwords
(
$utype
)
.
"Config"
);
var_dump
(
"log:
{
$utype
}
"
);
$old_proportion
=
array_filter
(
explode
(
':'
,
$old_proportion
[
$type
]));
var_dump
(
"log:
{
$old_proportion
}
"
);
if
(
empty
(
$old_proportion
))
{
return
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment