|
|
@@ -717,9 +717,9 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
if (cmt == 2 && StrUtil.isNotBlank(customId)) {
|
|
|
UserMirrorShop userMirrorShop = userMirrorShopMapper.selectOne(Wrappers.lambdaQuery(UserMirrorShop.class)
|
|
|
.eq(UserMirrorShop::getCustomId, customId).last("limit 1"));
|
|
|
- if (userMirrorShop.getUserId().equals(userId)) {
|
|
|
- return;
|
|
|
- }
|
|
|
+// if (userMirrorShop.getUserId().equals(userId)) {
|
|
|
+// return;
|
|
|
+// }
|
|
|
if (userMirrorShop == null || !userMirrorShop.getStatus()) {
|
|
|
return;
|
|
|
}
|