| | |
| | | import javax.annotation.Resource; |
| | | |
| | | import cn.hutool.core.util.IdcardUtil; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.google.common.collect.Lists; |
| | | import com.panzhihua.common.enums.ComPbMemberRoleTypeEnum; |
| | | import com.panzhihua.common.model.dtos.partybuilding.ComDataStatisticsOrgDto; |
| | |
| | | //添加党员同步用户小程序头像 |
| | | R<SysUserVO> r=userService.getSysUserVOByPhone(partyBuildingMemberVO.getPhone()); |
| | | if(R.isOk(r)&&r.getData()!=null){ |
| | | SysUserVO sysUserVO= r.getData(); |
| | | SysUserVO sysUserVO = |
| | | JSONObject.parseObject(JSONObject.toJSONString(r.getData()), SysUserVO.class); |
| | | partyBuildingMemberVO.setPhotoPath(sysUserVO.getImgUrl()); |
| | | } |
| | | ComPbMemberDO comPbMemberDO1 = new ComPbMemberDO(); |