Commit a7f9a311 by 张祺

暂时提交本地

parent 10d30e93
......@@ -50,6 +50,7 @@ public class ExcelTemplateServiceImpl implements ExcelTemplateService {
}
@Override
@Transactional(rollbackFor = Exception.class)
public void createTemplateFromOld(Integer templateId, String taskId, String userId) {
Date now = new Date();
......
......@@ -2,7 +2,7 @@ spring:
application:
name: indicators
profiles:
active: test
active: dev
cloud:
config:
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