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

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

Merge branch 'refs/heads/jxl-adam-mobile' into test-ecs

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