新增了上传手机型号接口1
This commit is contained in:
parent
c9c746b2ba
commit
c89c786fde
@ -808,7 +808,10 @@ public class MedicalRecordService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 修改手机型号
|
// 修改手机型号
|
||||||
expert.setMobileModel(addForm.getMod());
|
String mod = expert.getMobileModel();
|
||||||
|
mod = mod + " | " + addForm.getMod();
|
||||||
|
|
||||||
|
expert.setMobileModel(mod);
|
||||||
expertDao.updateById(expert);
|
expertDao.updateById(expert);
|
||||||
|
|
||||||
return ResponseDTO.app_ok();
|
return ResponseDTO.app_ok();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user