Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
d342f5ef
Commit
d342f5ef
authored
Oct 14, 2022
by
zhangsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_dl_plan6' into develop_dl_plan6_temp
parents
b2fd9ae7
b86676bd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
SupervisionVideoServiceImpl.java
...equipmanage/service/impl/SupervisionVideoServiceImpl.java
+1
-1
application-dev.properties
...ystem-equip/src/main/resources/application-dev.properties
+1
-0
CheckModelMapper.xml
...le-tdc-api/src/main/resources/mapper/CheckModelMapper.xml
+1
-1
CheckModelImpl.java
...amos/boot/module/tdc/biz/service/impl/CheckModelImpl.java
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/SupervisionVideoServiceImpl.java
View file @
d342f5ef
...
...
@@ -25,7 +25,7 @@ public class SupervisionVideoServiceImpl extends ServiceImpl<SupervisionVideoMap
@Autowired
SupervisionVideoMapper
supervisionVideoMapper
;
@Value
(
"${window.vedioFormat}"
)
@Value
(
"${window.vedioFormat
.video
}"
)
String
vedioFormat
;
@Autowired
private
IVideoService
videoService
;
...
...
amos-boot-system-equip/src/main/resources/application-dev.properties
View file @
d342f5ef
...
...
@@ -82,6 +82,7 @@ param.system.online.date = 2019-02-12
# 视频转码服务开关 hls(关)/flv(开),默认关闭,数字换流站使用时开启
window.vedioFormat
=
hls
window.vedioFormat.video
=
flv
# 航天视频服务地址
param.htvideo.url
=
http://192.168.4.174:9001;
# 南瑞视频转码服务地址
...
...
amos-boot-system-tdc/amos-boot-module-tdc-api/src/main/resources/mapper/CheckModelMapper.xml
View file @
d342f5ef
...
...
@@ -5,7 +5,7 @@
<select
id=
"selectByOrgCode"
resultType=
"com.yeejoin.amos.boot.module.tdc.api.dto.CheckModelDto"
>
select `*`,'●' as circle from tdc_model
<where>
<if
test =
"amosOrgCode != null and amosOrgCode != '' and amosOrgCode !=
50
"
>
<if
test =
"amosOrgCode != null and amosOrgCode != '' and amosOrgCode !=
'50'
"
>
and amos_org_code=#{amosOrgCode}
</if>
</where>
...
...
amos-boot-system-tdc/amos-boot-module-tdc-biz/src/main/java/com/yeejoin/amos/boot/module/tdc/biz/service/impl/CheckModelImpl.java
View file @
d342f5ef
...
...
@@ -270,7 +270,7 @@ public class CheckModelImpl extends ServiceImpl<CheckModelMapper, CheckModel> im
}
String
modelRule
=
jsonObject
.
getString
(
"model_rule"
);
if
(!
ValidationUtil
.
isEmpty
(
modelRule
)){
modelRule
=
modelRule
.
substring
(
modelRule
.
indexOf
(
"/"
),
modelRule
.
indexOf
(
"."
));
modelRule
=
modelRule
.
substring
(
modelRule
.
indexOf
(
"/"
)
+
1
,
modelRule
.
indexOf
(
"."
));
}
JSONArray
modelFile
=
jsonObject
.
getJSONArray
(
"model_file"
);
String
fileUrl
=
""
;
...
...
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