完成后端架构重构等
This commit is contained in:
+5
-5
@@ -44,11 +44,11 @@ public class ConvertRunService {
|
||||
private static final String MODULE_TYPE = "CONVERT";
|
||||
private static final String TEMPLATE_CODE_FIVE_COUNTRIES = "uk_offer";
|
||||
private static final List<String> FIVE_COUNTRY_OUTPUT_FILES = List.of(
|
||||
"\u82f1\u56fd.txt",
|
||||
"\u6cd5\u56fd.txt",
|
||||
"\u5fb7\u56fd.txt",
|
||||
"\u897f\u73ed\u7259.txt",
|
||||
"\u610f\u5927\u5229.txt"
|
||||
"英国.txt",
|
||||
"法国.txt",
|
||||
"德国.txt",
|
||||
"西班牙.txt",
|
||||
"意大利.txt"
|
||||
);
|
||||
|
||||
private final FileTaskMapper fileTaskMapper;
|
||||
|
||||
Reference in New Issue
Block a user