Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
ruer_cms
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蔡闯
ruer_cms
Commits
b55a73a4
Commit
b55a73a4
authored
Jan 07, 2021
by
蔡闯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
房间模板导入修改
parent
82d08949
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/common/controller/Common.php
app/common/controller/Common.php
+1
-1
No files found.
app/common/controller/Common.php
View file @
b55a73a4
...
@@ -178,7 +178,7 @@ class Common extends BaseController
...
@@ -178,7 +178,7 @@ class Common extends BaseController
$errorData
=
[];
//存放导入失败的数据;
$errorData
=
[];
//存放导入失败的数据;
for
(
$j
=
1
;
$j
<
$highestRow
;
$j
++
)
for
(
$j
=
1
;
$j
<
$highestRow
;
$j
++
)
{
{
if
(
!
empty
(
$dataAll
[
$j
][
0
])
&&
!
empty
(
$dataAll
[
$j
][
1
])
&&
!
empty
(
$dataAll
[
$j
][
2
])
&&
!
empty
(
$dataAll
[
$j
][
3
])
&&
!
empty
(
$dataAll
[
$j
][
4
])
&&!
empty
(
$dataAll
[
$j
][
7
])
&&!
empty
(
$dataAll
[
$j
][
8
])){
if
(
!
empty
(
$dataAll
[
$j
][
0
])
&&
!
empty
(
$dataAll
[
$j
][
4
])
&&!
empty
(
$dataAll
[
$j
][
7
])
&&!
empty
(
$dataAll
[
$j
][
8
])){
$msg
=
""
;
$msg
=
""
;
$vacancyCode
=
$dataAll
[
$j
][
0
];
//房间编号
$vacancyCode
=
$dataAll
[
$j
][
0
];
//房间编号
$layout_list_code
=
$dataAll
[
$j
][
7
];
//布局
$layout_list_code
=
$dataAll
[
$j
][
7
];
//布局
...
...
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