Commit 81a7987e authored by wangxl's avatar wangxl

1

parent 0528d952
......@@ -61,8 +61,8 @@ public class ComExpertController extends BaseController<ComExpertService, ComExp
Pagination<ComExpertDTO> page = comExpertService.getListByPage(vo);
if (null != page && null != page.getDataList() && page.getDataList().size() != 0) {
page.getDataList().forEach((e) -> {
e.setCertId(hideAllIdCardNum(e.getCertId()));
e.setMobile(hideAllPhoneNum(e.getMobile()));
// e.setCertId(hideAllIdCardNum(e.getCertId()));
// e.setMobile(hideAllPhoneNum(e.getMobile()));
e.setExpertStateName(CommonEnum.loginState.getEnum(e.getExpertState()).getDescription());
List<ComExpertSpecDTO> ExpertSpecList = comExpertSpecService.getListByExpertId(e.getId());
e.setSpecList(ExpertSpecList);
......
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