Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety-progress
Commits
b85c362d
Commit
b85c362d
authored
Feb 26, 2022
by
yaqizhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://111.61.77.35:15/gengdidi/gassafety-progress
into master
parents
d549032d
b53d9134
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
TVideoManagerController.java
.../zehong/web/controller/video/TVideoManagerController.java
+10
-2
No files found.
gassafetyprogress-admin/src/main/java/com/zehong/web/controller/video/TVideoManagerController.java
View file @
b85c362d
...
...
@@ -73,13 +73,21 @@ public class TVideoManagerController extends BaseController
//I级树
EnterpriseVideoTreeNode
enterpriseVideoFirst
=
new
EnterpriseVideoTreeNode
();
List
<
EnterpriseVideoTreeNode
>
enterpriseVideoFirstChildrnList
=
new
ArrayList
<>();
enterpriseVideoFirst
.
setVideoName
(
"
企业
监控"
);
enterpriseVideoFirst
.
setVideoName
(
"
视频
监控"
);
enterpriseVideoFirst
.
setLevel
(
"1"
);
List
<
TEnterpriseInfo
>
tEnterpriseInfos
=
itEmployedPeopleInfoService
.
selectTEnterpriseInfoList
(
new
TEnterpriseInfo
());
for
(
TEnterpriseInfo
tEnterpriseInfo
:
tEnterpriseInfos
){
TEnterpriseInfo
cg
=
new
TEnterpriseInfo
();
cg
.
setEnterpriseId
(
new
Long
(
0
));
cg
.
setEnterpriseName
(
"城管视频"
);
tEnterpriseInfos
.
add
(
cg
);
TEnterpriseInfo
gd
=
new
TEnterpriseInfo
();
gd
.
setEnterpriseId
(
new
Long
(
999
));
gd
.
setEnterpriseName
(
"高点"
);
tEnterpriseInfos
.
add
(
gd
);
for
(
TEnterpriseInfo
tEnterpriseInfo
:
tEnterpriseInfos
){
//II级树
EnterpriseVideoTreeNode
enterpriseVideoSecond
=
new
EnterpriseVideoTreeNode
();
...
...
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