| | |
| | | recommendCooperation.setShopId(merRecommendCooperationDto.getShopId()); |
| | | recommendCooperation.setCorpStatus(1); |
| | | recommendCooperation.setCreateTime(new Date()); |
| | | if(recommendCooperation.getShopId()!=null){ |
| | | recommendCooperation.setRecommendedFrom(2); |
| | | }else{ |
| | | recommendCooperation.setRecommendedFrom(1); |
| | | } |
| | | this.save(recommendCooperation); |
| | | } |
| | | |
| | |
| | | */ |
| | | @Override |
| | | public MgtBulletinBoardVo boardMemberTotal(){ |
| | | MgtBulletinBoardVo mgtBulletinBoardVo = new MgtBulletinBoardVo(); |
| | | mgtBulletinBoardVo.setCustomToday(recommendCooperationMapper.customToday()); |
| | | mgtBulletinBoardVo.setCustomTotal(recommendCooperationMapper.customTotal()); |
| | | MgtBulletinBoardVo mgtBulletinBoardVo = recommendCooperationMapper.customTotal(); |
| | | return mgtBulletinBoardVo; |
| | | } |
| | | } |