手机号
This commit is contained in:
@@ -52,6 +52,7 @@ public class LinePayServiceImpl implements LinePayService {
|
||||
BeanUtil.copyProperties(linePayDO,result);
|
||||
LineInfoDO lineInfo = lineInfoDAO.getLineInfo(lineId);
|
||||
result.setPartnerName(lineInfo != null ? lineInfo.getUsername() : "");
|
||||
result.setMobile(lineInfo != null ? lineInfo.getMobile() : "");
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user