|
@@ -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<>();
|