|
|
|
@@ -1053,7 +1053,9 @@ public class InvestBizServiceImpl implements InvestBizService { |
|
|
|
// return; |
|
|
|
//} |
|
|
|
|
|
|
|
InvestHelper.checkOwner(investTaskEntity); |
|
|
|
if (InvestHelper.checkOwner(investTaskEntity)) { |
|
|
|
return; |
|
|
|
} |
|
|
|
WxShop shop = shopService.getById(investTaskEntity.getTargetId()); |
|
|
|
if (Objects.nonNull(shop)) { |
|
|
|
Map<Long, WxRentContract> shopContractMap = getWxRentContractMap(shop); |
|
|
|
@@ -1071,8 +1073,8 @@ public class InvestBizServiceImpl implements InvestBizService { |
|
|
|
if (count > 0) { |
|
|
|
investTaskEntity.setStatus(EnumTaskStatus.INTENTION); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private InvestFollowRecordVo buildFollowRecordItem(Map<Long, MallUserInfo> usersMap, InvestFollowRecordEntity item, |
|
|
|
|