|
|
@@ -15,6 +15,7 @@
|
|
|
*/
|
|
|
package com.java110.job.adapt.hcIot.asyn.impl;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.java110.core.client.RestTemplate;
|
|
|
import com.java110.core.factory.GenerateCodeFactory;
|
|
|
@@ -32,9 +33,13 @@ import com.java110.utils.cache.MappingCache;
|
|
|
import com.java110.utils.kafka.KafkaFactory;
|
|
|
import com.java110.utils.util.DateUtil;
|
|
|
import com.java110.utils.util.StringUtil;
|
|
|
+import com.java110.vo.ResultVo;
|
|
|
import org.slf4j.Logger;
|
|
|
import com.java110.core.log.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.http.HttpEntity;
|
|
|
+import org.springframework.http.HttpMethod;
|
|
|
+import org.springframework.http.HttpStatus;
|
|
|
import org.springframework.http.ResponseEntity;
|
|
|
import org.springframework.scheduling.annotation.Async;
|
|
|
|
|
|
@@ -790,6 +795,11 @@ public class IotSendKafkaImpl implements IIotSendAsyn {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public void updateAttendanceStaff(JSONObject postParameters, List<JSONObject> staffs) {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
@Override
|
|
|
@Async
|