Commit 9347d353 by 徐高华

放开注释

parent 27ee008a
......@@ -324,7 +324,7 @@ public class StaffApiServiceImpl implements StaffApiService {
String nationCode = null ;
String phoneNumber = null;
String imageUrl = changeHeaderImageUrl(user.getAvatar());
String mobile = null ;//user.getMobile();
String mobile = user.getMobile();
if(StringUtils.isNotBlank(mobile)) {
String[] arr = getNationCodeAndPhoneNumber(mobile);
nationCode = arr[0];
......
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