|
@@ -923,8 +923,7 @@ public class ParkSystemServiceImpl implements ParkSystemService {
|
|
|
public void excelExportTask() {
|
|
|
List<String> codeList = ParkExceptionType.codeList();
|
|
|
List<String> parkCodeList = ParkUtils.getParkCodeList();
|
|
|
- // String format = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATE_PATTERN);
|
|
|
- String format = "20210708";
|
|
|
+ String format = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATE_PATTERN);
|
|
|
CountDownLatch countDownLatch = new CountDownLatch(parkCodeList.size());
|
|
|
parkCodeList.forEach(code -> RunnableUtils.start(() -> {
|
|
|
try {
|