Commit 55d799f5 authored by 廖旭伟's avatar 廖旭伟

问卷反馈记录详细接口bug修改

parent ad46a442
...@@ -71,7 +71,7 @@ public class FeedbackController extends BaseCRUDJsonBodyMappingController<Feedba ...@@ -71,7 +71,7 @@ public class FeedbackController extends BaseCRUDJsonBodyMappingController<Feedba
item.setFeedbackOptionList(optionEntities); item.setFeedbackOptionList(optionEntities);
} }
} }
return 1; return super.infoAfter(id, model, entity, context);
} }
/** /**
...@@ -209,9 +209,4 @@ public class FeedbackController extends BaseCRUDJsonBodyMappingController<Feedba ...@@ -209,9 +209,4 @@ public class FeedbackController extends BaseCRUDJsonBodyMappingController<Feedba
return ret; return ret;
} }
@Override
protected int infoAfter(Long id, Map<String, Object> model, FeedbackEntity entity, Context context) throws AppException {
return super.infoAfter(id, model, entity, context);
}
} }
\ No newline at end of file
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