|
@@ -61,9 +61,6 @@ public class MercMiniDeviceController {
|
|
@PostMapping("detail")
|
|
@PostMapping("detail")
|
|
R<DeviceInfoDto.Vo> detail(@RequestBody DeviceInfoDto.Obj obj) {
|
|
R<DeviceInfoDto.Vo> detail(@RequestBody DeviceInfoDto.Obj obj) {
|
|
obj.setMercId(MercAuthUtils.getMercId());
|
|
obj.setMercId(MercAuthUtils.getMercId());
|
|
- obj.setIsStatus(Boolean.TRUE);
|
|
|
|
- obj.setIsSysinfo(Boolean.TRUE);
|
|
|
|
- obj.setIsRegister(Boolean.TRUE);
|
|
|
|
return deviceInfoService.obj(obj);
|
|
return deviceInfoService.obj(obj);
|
|
}
|
|
}
|
|
|
|
|