|
@@ -742,7 +742,7 @@ public class DataDashboardService {
|
|
|
public void intermediateIndicatorsExport(String beginDate, String endDate) {
|
|
|
List<String> dateStrList = DateUtils.getBeforeDays(beginDate, endDate, 3);
|
|
|
for (String date : dateStrList) {
|
|
|
- exportFeishuIntermediateIndicators(date, dateStrList, sheetToken, "pn0ABU");
|
|
|
+ exportFeishuIntermediateIndicators(date, dateStrList, sheetToken, "OuaLWV");
|
|
|
}
|
|
|
}
|
|
|
|