Commit e39ad32b authored by alex yao's avatar alex yao

fix

parent deb38a93
......@@ -194,7 +194,7 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
countDownLatch.await(10 * 60, TimeUnit.SECONDS);
//更新结果和任务状态
bizAiDataAuditTaskEntity.setAuditResult(results.toString());
bizAiDataAuditTaskEntity.setAuditResult(JSONObject.toJSONString(results));
bizAiDataAuditTaskEntity.setStatus("end");
bizAiDataAuditTaskService.update(bizAiDataAuditTaskEntity);
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment