fix:人员统计

pg_adapter
wangxy 8 months ago
parent e48da47064
commit 8fea070430

@ -151,8 +151,8 @@ public class SysUsernumController extends BaseController {
value.set(userCountDTO.getYlz()); value.set(userCountDTO.getYlz());
} }
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("name", name);
jsonObject.put("value", value.get()); jsonObject.put("value", value.get());
jsonObject.put("name", name);
return jsonObject; return jsonObject;
}) })
.collect(Collectors.toList()); .collect(Collectors.toList());

Loading…
Cancel
Save