|
|
@ -383,6 +383,7 @@ public class AppController extends BaseController
|
|
|
|
throw new ServiceException(data.getString("msg"));
|
|
|
|
throw new ServiceException(data.getString("msg"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
jsonObject = removeBase64Image(data,recordId);
|
|
|
|
jsonObject = removeBase64Image(data,recordId);
|
|
|
|
|
|
|
|
tRecord.setAiResultReturnTime(new Date());
|
|
|
|
tRecord.setUpdateTime(new Date());
|
|
|
|
tRecord.setUpdateTime(new Date());
|
|
|
|
tRecord.setResponseTime((end-start)/1000);
|
|
|
|
tRecord.setResponseTime((end-start)/1000);
|
|
|
|
tRecord.setAiResult(JSONObject.toJSONString(jsonObject, SerializerFeature.WriteMapNullValue));
|
|
|
|
tRecord.setAiResult(JSONObject.toJSONString(jsonObject, SerializerFeature.WriteMapNullValue));
|
|
|
|