Commit 299f91a1 by 魏文甫

update

1 parent d39d52a2
......@@ -45,7 +45,7 @@ public class InformationServiceImpl implements InformationService {
Map<String, Object> dataMap = new HashMap<String, Object>();
dataMap.put("list", list);
dataMap.put("firstClassName", tBaseFirstClass.getClassName());
return returnMap("1", "", list);
return returnMap("1", "", dataMap);
}
/**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!