|
@ -132,7 +132,7 @@ public class KitService extends BaseService {
|
|
patientDeviceLog.setCategoryCode(patientDevice.getCategoryCode());
|
|
patientDeviceLog.setCategoryCode(patientDevice.getCategoryCode());
|
|
patientDeviceLog.setDeviceName(patientDevice.getDeviceName());
|
|
patientDeviceLog.setDeviceName(patientDevice.getDeviceName());
|
|
patientDeviceLog.setDeviceSn(patientDevice.getDeviceSn());
|
|
patientDeviceLog.setDeviceSn(patientDevice.getDeviceSn());
|
|
patientDeviceLog.setRole(1);
|
|
|
|
|
|
patientDeviceLog.setRole(2);
|
|
patientDeviceLog.setOperateCode(Integer.valueOf(typeTemp));
|
|
patientDeviceLog.setOperateCode(Integer.valueOf(typeTemp));
|
|
patientDeviceLog.setAgreementPhoto(patientDevice.getAgreementPhoto());
|
|
patientDeviceLog.setAgreementPhoto(patientDevice.getAgreementPhoto());
|
|
patientDeviceLog.setCreateTime(new Date());
|
|
patientDeviceLog.setCreateTime(new Date());
|