|
@@ -4821,7 +4821,7 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
|
LocalDate endDate = LocalDate.parse(dateStr,df);
|
|
|
endDate=endDate.plusMonths(1);
|
|
|
List<Map<String,Object>> resultList=reportMapper.getUploadThirdReportData(companyId,startDate,endDate);
|
|
|
- String url="http://10.20.35.48:8009/dataservice/apiInfo/queryData/prd/sap/sysLaborhour";
|
|
|
+ String url="http://116.236.135.252:18009/dataservice/apiInfo/queryData/prd/sap/sysLaborhour";
|
|
|
//认证的账号和密码
|
|
|
HttpHeaders headers=new HttpHeaders();
|
|
|
JSONObject param = new JSONObject();
|