dev #2

Merged
dashixiong merged 349 commits from dev into main 2026-02-11 01:55:46 +00:00
374 changed files with 55358 additions and 1130 deletions
Showing only changes of commit 2fe5d7b8a1 - Show all commits

View File

@ -63,7 +63,7 @@ public class EmsSiteConfigController extends BaseController{
* 获取设备列表-分页 * 获取设备列表-分页
*/ */
@GetMapping("/getDeviceInfoList") @GetMapping("/getDeviceInfoList")
public TableDataInfo getDeviceInfoList(@RequestParam String siteId, public TableDataInfo getDeviceInfoList(@RequestParam(value = "siteId", required = false) String siteId,
@RequestParam(value = "deviceCategory", required = false) String deviceCategory) @RequestParam(value = "deviceCategory", required = false) String deviceCategory)
{ {
startPage(); startPage();