|
|
@@ -231,7 +231,7 @@ public class UserMirrorFissionFrontServiceImpl implements UserMirrorFissionFront
|
|
|
List<Long> userIdList = userBindRelationService.getRelationUserIdList(userId, null);
|
|
|
Integer count = orderDonMapper.selectCount(Wrappers.lambdaQuery(OrderDon.class)
|
|
|
.in(OrderDon::getUserId, userIdList)
|
|
|
- .apply(String.format("sku_id in (select id from goods_don_sku where goods_id = %s and is_mirror)"), goodsId));
|
|
|
+ .apply(String.format("sku_id in (select id from goods_don_sku where goods_id = %s and is_mirror)", goodsId)));
|
|
|
if (count > 0) {
|
|
|
return true;
|
|
|
}
|