...
|
...
|
@@ -454,6 +454,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
logger.info("refuseApply,updateStatus null,req is {}", req);
|
|
|
return 0;
|
|
|
}
|
|
|
//todo 审核不通过发短信
|
|
|
redisHashCache.delete(ShareOrdersKeyEnum.UNION_TYPE.getPreKey(),unionShareUserApply.getUid());
|
|
|
return result;
|
|
|
} else {
|
...
|
...
|
@@ -473,6 +474,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
return 0;
|
|
|
}
|
|
|
int[] uids = unionShareUserApplies.stream().mapToInt(UnionShareUserApply::getUid).toArray();
|
|
|
//todo 审核不通过发短信
|
|
|
redisHashCache.delete(ShareOrdersKeyEnum.UNION_TYPE.getPreKey(),uids);
|
|
|
return result;
|
|
|
}
|
...
|
...
|
|