bug修复

This commit is contained in:
zy 2025-12-01 12:31:59 +08:00
parent adb93a02d2
commit 2d6dab4a1b
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ public class SurvStationInfoController {
}
}
}
record.setDeviceCount(counts);
}
}
return R.ok(pageList);