|
|
|
@@ -146,6 +146,7 @@ public class DmManDeviceController extends BaseController<DmManDeviceQuery, DmMa |
|
|
|
|
|
|
|
@PostMapping(value = "/inner/sync") |
|
|
|
R<Integer> manDeviceListInnerSync(@RequestParam(value = "tenantId") Long tenantId) { |
|
|
|
log.info("同步设备信息开始:{}",tenantId); |
|
|
|
DmManDeviceQuery query = new DmManDeviceQuery(); |
|
|
|
query.setTId(tenantId); |
|
|
|
//根据租户id获取设备列表 |
|
|
|
|