物料对称修改

This commit is contained in:
lvleigang 2025-04-27 18:38:00 +08:00
parent c0cfccd595
commit a85ace9a5f
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ public class BusinessServiceImpl extends BaseService<BusinessEntity, String> imp
//}
private void sendBusinessData(JSONArray datalist, String access_token, Integer queryCursor, String startDate, String endDate) {
String url = "https://openapi.italent.cn/AttendanceOpen/api/v1/Business/GetApprovalCompletedBusinessList";
//String url = "https://openapi.italent.cn/AttendanceOpen/api/v1/Business/GetStartDateTimeBusinessList";
Map<String, String> headers = new HashMap<>();
headers.put("Authorization", "Bearer " + access_token);
JSONObject jsonObject = new JSONObject();