|
@ -4283,7 +4283,7 @@ public class StatisticsService extends BaseService {
|
|
|
if (wlyyQuotaResult != null&&wlyyQuotaResult.size()>0) {
|
|
|
wlyyQuotaResult.stream().forEach(one->{
|
|
|
JSONObject temp1 = new JSONObject();
|
|
|
temp1.put("name", getNameByLevel(one, Integer.valueOf(level)));
|
|
|
temp1.put("name", one.getLevel2TypeName());
|
|
|
temp1.put("code", getCodeByLevel(one, Integer.valueOf(level)));
|
|
|
temp1.put("num", Integer.valueOf(one.getResult()));
|
|
|
jo.put(temp1);
|