|
@ -281,8 +281,8 @@ public class UserResiInfoServiceImpl extends BaseServiceImpl<UserResiInfoDao, Us |
|
|
*/ |
|
|
*/ |
|
|
private Boolean getResiInfoByMobile(String mobile, String customerId) { |
|
|
private Boolean getResiInfoByMobile(String mobile, String customerId) { |
|
|
if (StringUtils.isBlank(customerId)) { |
|
|
if (StringUtils.isBlank(customerId)) { |
|
|
customerId = UserUtil.getCurrentUser().getCustomerId(); |
|
|
|
|
|
log.info("getResiInfoByMobile UserUtil.getCustomerId:{}", customerId); |
|
|
log.info("getResiInfoByMobile UserUtil.getCustomerId:{}", customerId); |
|
|
|
|
|
customerId = UserUtil.getCurrentUser().getCustomerId(); |
|
|
} |
|
|
} |
|
|
Boolean bl = true; |
|
|
Boolean bl = true; |
|
|
List<UserResiInfoDTO> list = userResiInfoDao.selectResiInfoByMobile(mobile, customerId); |
|
|
List<UserResiInfoDTO> list = userResiInfoDao.selectResiInfoByMobile(mobile, customerId); |
|
|