...
|
...
|
@@ -28,7 +28,7 @@ public class DepotNumUpdateListener implements ApplicationListener<DepotNumUpda |
|
|
AppraiseExpressInfoBo record = event.getRecord();
|
|
|
LOGGER.info("updateDeptNo begin, AppraiseExpressInfoBo is {}", record);
|
|
|
|
|
|
JSONObject jsonObject = serviceCaller.asyncCall("ufo-gateway.updateDeptNo", record, JSONObject.class).get(5, TimeUnit.SECONDS);
|
|
|
JSONObject jsonObject = serviceCaller.asyncCall("orderAppraise.updateDeptNo", record, JSONObject.class).get(5, TimeUnit.SECONDS);
|
|
|
|
|
|
LOGGER.info("updateDeptNo end , record is {} , result is {}", record, jsonObject);
|
|
|
}
|
...
|
...
|
|