|
@ -96,13 +96,13 @@ public class IotPatientDeviceService extends BaseJpaService<IotPatientDeviceDO,
|
|
|
}
|
|
|
|
|
|
//更新SIM管理的SIM卡信息
|
|
|
IotDeviceSimDO sim = iotDeviceSimDao.findBySim(patientDevice.getSim());
|
|
|
/* IotDeviceSimDO sim = iotDeviceSimDao.findBySim(patientDevice.getSim());
|
|
|
sim.setDeviceName(patientDevice.getDeviceName());
|
|
|
sim.setDeviceSn(patientDevice.getDeviceSn());
|
|
|
sim.setContactsName(patientDevice.getPatientName());
|
|
|
sim.setContactsMobile(patientDevice.getMobile());
|
|
|
sim.setDel("0");
|
|
|
iotDeviceSimDao.save(sim);
|
|
|
iotDeviceSimDao.save(sim);*/
|
|
|
|
|
|
|
|
|
return patientDeviceDO;
|