diff --git a/mt/src/main/java/com/ccsens/mt/service/ExcelService.java b/mt/src/main/java/com/ccsens/mt/service/ExcelService.java index ab453062..f844a746 100644 --- a/mt/src/main/java/com/ccsens/mt/service/ExcelService.java +++ b/mt/src/main/java/com/ccsens/mt/service/ExcelService.java @@ -617,8 +617,7 @@ public class ExcelService implements IExcelService { @Override - public String - competeJoinCount(CompeteDto.CompeteTime params) throws IOException { + public String competeJoinCount(CompeteDto.CompeteTime params) throws IOException { List competeOverviewList = competeJoinCountList(params); return getExcelFilePathForCompeteJoinCount(competeOverviewList); } diff --git a/mt/src/main/resources/application-dev.yml b/mt/src/main/resources/application-dev.yml index 3121478b..646ecd0c 100644 --- a/mt/src/main/resources/application-dev.yml +++ b/mt/src/main/resources/application-dev.yml @@ -31,3 +31,5 @@ file: signUpUrl: https://test.tall.wiki/compete/ domain: https://test.tall.wiki/gateway/mt/ imgDomain: https://test.tall.wiki/gateway/mt/uploads/ +logging: + path: \ No newline at end of file diff --git a/mt/src/main/resources/mapper_dao/CompeteCompanyDao.xml b/mt/src/main/resources/mapper_dao/CompeteCompanyDao.xml index c2ca9ab2..40ee8dff 100644 --- a/mt/src/main/resources/mapper_dao/CompeteCompanyDao.xml +++ b/mt/src/main/resources/mapper_dao/CompeteCompanyDao.xml @@ -401,22 +401,41 @@ \ No newline at end of file