记得上下班打卡 | git大法好,push需谨慎

Commit fc53dda5 authored by 姜秀龙's avatar 姜秀龙

收货地址手机号不脱敏

parent 8077bd58
......@@ -55,11 +55,11 @@ public class AdamAddressesController {
@GetMapping("list")
public ResponseDto<List<AdamAddressesVo>> list() {
List<AdamAddressesVo> vos = adamRdmService.getAddressesVoByUid(CurrentUtil.getCurrentUid());
if (!CollectionUtils.isEmpty(vos)) {
/*if (!CollectionUtils.isEmpty(vos)) {
for (AdamAddressesVo vo : vos) {
vo.setPhone(SensitizeUtil.custom(vo.getPhone(), 3, 4));
}
}
}*/
return ResponseDto.success(vos);
}
......
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