Commit a7f9a311 by 张祺

暂时提交本地

parent 10d30e93
...@@ -50,6 +50,7 @@ public class ExcelTemplateServiceImpl implements ExcelTemplateService { ...@@ -50,6 +50,7 @@ public class ExcelTemplateServiceImpl implements ExcelTemplateService {
} }
@Override @Override
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
public void createTemplateFromOld(Integer templateId, String taskId, String userId) { public void createTemplateFromOld(Integer templateId, String taskId, String userId) {
Date now = new Date(); Date now = new Date();
......
...@@ -2,7 +2,7 @@ spring: ...@@ -2,7 +2,7 @@ spring:
application: application:
name: indicators name: indicators
profiles: profiles:
active: test active: dev
cloud: cloud:
config: config:
uri: http://localhost:8082 uri: http://localhost:8082
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment