You've already forked FrameTour-BE
- 在OrderBiz和PriceBiz中增加face相关分享逻辑判断 - 在IsBuyBatchRespVO和IsBuyRespVO中添加share字段用于表示是否可分享
This commit is contained in:
@@ -138,6 +138,10 @@ public class PriceBiz {
|
||||
respVO.setBuy(Integer.valueOf(1).equals(orderEntity.getStatus()));
|
||||
}
|
||||
}
|
||||
respVO.setShare(false);
|
||||
if (face != null && face.getMemberId().equals(userId)) {
|
||||
respVO.setShare(true);
|
||||
}
|
||||
return respVO;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user