|
@ -290,6 +290,8 @@ public class DeviceService {
|
|
|
deviceNew.setApplicantTel(device.getApplicantTel());
|
|
|
deviceNew.setApplicantMail(device.getApplicantMail());
|
|
|
deviceNew.setSim(device.getSim());
|
|
|
deviceNew.setDept(device.getDept());
|
|
|
deviceNew.setDeptName(device.getDeptName());
|
|
|
return deviceDetailDao.save(deviceNew);
|
|
|
}
|
|
|
|