Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/8fea07043082f8e9c2c2dd9979dc213f8eb8cd51?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:人员统计

pg_adapter
wangxy 8 months ago
parent e48da47064
commit 8fea070430

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

Loading…
Cancel
Save