|
@@ -56,6 +56,12 @@ public class DeviceProductBindDeviceService extends SuperService {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private DeviceInfoServiceImpl deviceInfoService;
|
|
private DeviceInfoServiceImpl deviceInfoService;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 产品绑定设备信息
|
|
|
|
|
+ *
|
|
|
|
|
+ * @param param
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
public ResultContent bindDevices(DeviceProductBindDeviceBind param) {
|
|
public ResultContent bindDevices(DeviceProductBindDeviceBind param) {
|
|
|
DeviceProduct deviceProduct = deviceProductDao.findTopById(param.getDeviceProductId());
|
|
DeviceProduct deviceProduct = deviceProductDao.findTopById(param.getDeviceProductId());
|
|
|
if (ObjectUtils.isEmpty(deviceProduct)) {
|
|
if (ObjectUtils.isEmpty(deviceProduct)) {
|