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/276d5ddc408926837e74bde4f7f659d8e8fef0c5?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:样式修改

pg_adapter
wangxy 6 months ago
parent 3de8be47b0
commit 276d5ddc40

@ -308,11 +308,11 @@ public class SysPropertynumController extends BaseController {
yAxisDataSb.add(yAxisSb.get()); yAxisDataSb.add(yAxisSb.get());
AtomicReference<Long> yAxisSbWx = new AtomicReference<>(0L); AtomicReference<Long> yAxisSbWx = new AtomicReference<>(0L);
PropertyManagerDTO tdPropertwx = new PropertyManagerDTO(); PropertyManagerDTO tdPropertWx = new PropertyManagerDTO();
tdPropertwx.setMinDayTime(minDayTime); tdPropertWx.setMinDayTime(minDayTime);
tdPropertwx.setMaxDayTime(maxDayTime); tdPropertWx.setMaxDayTime(maxDayTime);
tdPropertwx.setSecretsType("2"); tdPropertWx.setSecretsType("2");
Integer countSbWx = tdPropertyManagerService.countSecretsWxMonth(tdPropertwx); Integer countSbWx = tdPropertyManagerService.countSecretsWxMonth(tdPropertWx);
if(Objects.isNull(countSbWx)){ if(Objects.isNull(countSbWx)){
countSbWx = 0; countSbWx = 0;
} }

Loading…
Cancel
Save