Browse Source

1127

tiaosheng
wang0018 5 years ago
parent
commit
bbb5cd29f2
  1. 1
      mt/src/main/java/com/ccsens/mt/service/ExcelService.java
  2. 4
      mt/src/main/resources/application.yml
  3. 4
      tall/src/main/resources/application.yml

1
mt/src/main/java/com/ccsens/mt/service/ExcelService.java

@ -644,6 +644,7 @@ public class ExcelService implements IExcelService {
three1 = new PoiUtil.PoiUtilCell(project.getStartTime(), 1, j);
three2 = new PoiUtil.PoiUtilCell(project.getProjectName(), 1, j);
q++;
} else {
three1 = new PoiUtil.PoiUtilCell();
three2 = new PoiUtil.PoiUtilCell();

4
mt/src/main/resources/application.yml

@ -1,6 +1,6 @@
spring:
profiles:
active: test
include: common, util-test
active: dev
include: common, util-dev

4
tall/src/main/resources/application.yml

@ -1,5 +1,5 @@
spring:
profiles:
active: prod
include: util-prod,common
active: dev
include: util-dev,common

Loading…
Cancel
Save