Commit 60f3656f by 魏文甫

Merge branch 'wei_master' into '105'

update

See merge request !23
2 parents 79873ef5 299f91a1
......@@ -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!