Pārlūkot izejas kodu

定时拉取数据修改

zhouyy 3 nedēļas atpakaļ
vecāks
revīzija
a8bfb07554

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/FinanceMonthlyWorktimeServiceImpl.java

@@ -101,7 +101,7 @@ public class FinanceMonthlyWorktimeServiceImpl extends ServiceImpl<FinanceMonthl
                     httpRespMsg.setError("财务尚未完成操作,无法获取cppid");
                     return httpRespMsg;
                 }
-                timeVOList.forEach(t->t.setDateStr(timesheetDate));
+                resList.forEach(t->t.setDateStr(timesheetDate));
                 HttpHeaders insertHeaders = new HttpHeaders();
                 insertHeaders.setContentType(MediaType.APPLICATION_JSON);
 //                Map<String, Object> insertBody = new HashMap<>();