Commit 6bb010ab authored by 韩桐桐's avatar 韩桐桐

fix(ys):删除多余代码

parent 5ca71e70
...@@ -69,7 +69,6 @@ public class YsEmergencyExpertsServiceImpl extends BaseService<YsEmergencyExpert ...@@ -69,7 +69,6 @@ public class YsEmergencyExpertsServiceImpl extends BaseService<YsEmergencyExpert
experts.setCreateUserId(userModel.getUserId()); experts.setCreateUserId(userModel.getUserId());
experts.setCreateUserName(userModel.getUserName()); experts.setCreateUserName(userModel.getUserName());
} }
experts.setPhoto(experts.getPhoto());
return this.saveOrUpdate(experts); return this.saveOrUpdate(experts);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment