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