Commit 8d2ebeeb authored by 赵桢's avatar 赵桢

修改

parent dbcaf289
......@@ -382,7 +382,7 @@ public class QuestionnaireCtrl {
*/
@RequestMapping({"/selectPerformanceSummaryList"})
@ResponseBody
public Map<String, Object> selectPerformanceSummaryList(@RequestBody PerformanceSummary performanceSummary){
public Map<String, Object> selectPerformanceSummaryList(PerformanceSummary performanceSummary){
Map<String, Object> map = new HashMap();
map.put("result", true);
......
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