Toggle navigation
Toggle navigation
This project
Loading...
Sign in
crp
/
crp-operation
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wanghongbo
2025-07-25 15:00:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d931e623047890795ae3fd0f34e32267e4435906
d931e623
1 parent
8d35de10
修改垫片挂载地址
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
src/main/java/com/wondertek/controller/RoomOperationController.java
src/main/resources/application-dev.yml
src/main/resources/application-test.yml
src/main/java/com/wondertek/controller/RoomOperationController.java
View file @
d931e62
...
...
@@ -48,12 +48,24 @@ public class RoomOperationController {
}
/**
* @Description: 添加标注
* @Author W5669
* @Create 2025/7/22
* @Version 1.0
*/
@PostMapping
(
"/addMark"
)
public
ResultBean
addMark
(
@RequestBody
MarkParam
markParam
)
{
log
.
info
(
"-->审片间标记,参数:{}"
,
markParam
);
return
roomOperationSerivice
.
addMark
(
markParam
);
}
/**
* @Description: 获取审片间操作列表
* @Author W5669
* @Create 2025/7/22
* @Version 1.0
*/
@GetMapping
(
"/operation/list"
)
public
ResultBean
operationList
(
@RequestParam
(
value
=
"roomId"
)
Long
roomId
)
{
return
roomOperationSerivice
.
operationList
(
roomId
);
...
...
src/main/resources/application-dev.yml
View file @
d931e62
...
...
@@ -67,7 +67,7 @@ transcode:
getTaskDetail
:
http://192.168.1.237:9002/api/v1/getTaskDetail
file
:
realPath
:
/home/wondertek/material_file_assets/
realPath
:
/home/wondertek/material_file_assets/
dianpian
crp
:
user
:
...
...
src/main/resources/application-test.yml
View file @
d931e62
...
...
@@ -67,7 +67,7 @@ transcode:
getTaskDetail
:
http://192.168.1.237:9002/api/v1/getTaskDetail
file
:
realPath
:
/home/wondertek/material_file_assets/
realPath
:
/home/wondertek/material_file_assets/
dianpian
crp
:
user
:
...
...
Please
register
or
login
to post a comment