Merge branch 'dev/dev_xp' into dev/dev
This commit is contained in:
@@ -66,6 +66,7 @@ public class SuperResolutionServiceImpl extends ServiceImpl<TaskListMapper, Task
|
|||||||
private String endpoint;
|
private String endpoint;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public List<String> prepareForSR(List<SuperResolutionDTO> superResolutionDTOList) {
|
public List<String> prepareForSR(List<SuperResolutionDTO> superResolutionDTOList) {
|
||||||
|
|
||||||
Long accountId = UserContext.getUserHolder().getId();
|
Long accountId = UserContext.getUserHolder().getId();
|
||||||
@@ -162,6 +163,7 @@ public class SuperResolutionServiceImpl extends ServiceImpl<TaskListMapper, Task
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public void updateSROutput(String taskId, String status, String output) {
|
public void updateSROutput(String taskId, String status, String output) {
|
||||||
UpdateWrapper<TaskList> uw = new UpdateWrapper<>();
|
UpdateWrapper<TaskList> uw = new UpdateWrapper<>();
|
||||||
uw.eq("task_id", taskId);
|
uw.eq("task_id", taskId);
|
||||||
|
|||||||
Reference in New Issue
Block a user