|
@@ -688,6 +688,13 @@ public class SyncOrderInfoLogic {
|
|
|
|
|
|
String json = JSONUtil.toJsonStr(workOrderSearchReq);
|
|
|
|
|
|
+ ItfGreeSynDownloadRec itfGreeSynDownloadRec = itfGreeSynDownloadRecs.get(0);
|
|
|
+
|
|
|
+ itfGreeSynDownloadRec.setGreeStatSynTime(new Date());
|
|
|
+ itfGreeSynDownloadRec.setGreeStatSynStatus(1);
|
|
|
+
|
|
|
+
|
|
|
+ itfGreeSynDownloadRec.updateById();
|
|
|
|
|
|
|
|
|
String body = HttpRequest.post(greeUrl + Constant.gree.POST_WORKER_ORDER_DETAIL)
|