Commit bf2f2c25 by yangyang

西藏常口照片加上前缀提交

parent d24a2659
...@@ -57,6 +57,9 @@ public class RyxxQgInterface { ...@@ -57,6 +57,9 @@ public class RyxxQgInterface {
if (personInfo == null){ if (personInfo == null){
return new SkRegionalsPerson(); return new SkRegionalsPerson();
}else { }else {
if(null != personInfo.getImg()){
personInfo.setImg("data:image/jpg;base64,"+personInfo.getImg());// 人员照片处理加上前缀
}
return personInfo; return personInfo;
} }
} }
......
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