zoujiajian 1 anno fa
parent
commit
7326ceb8c4

+ 3 - 3
netflix-service/src/main/java/com/cyksj/service/order/impl/OrderDonServiceImpl.java

@@ -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;
 			}

File diff suppressed because it is too large
+ 0 - 0
netflix-web/src/main/resources/application-prd.yml


+ 1 - 1
netflix-web/src/main/resources/application-pre.yml

@@ -146,7 +146,7 @@ wx-login:
   baRedirectUrl: https://nf.video/8082/api/applets/market/task/bind/wx/baseRedirect
   cpsWebRedirectUri: https://inside.liuliangbang.vip/yinhe/cps/homePage
   userMirrorShopRedirectUri: https://cps.nf.video/8082/api/mirrorShop/manage/wx/authLogin/baseRedirect
-  userMirrorShopLoginUrl: https://cps.nf.video/mirrorTest/web/yinhe
+  userMirrorShopLoginUrl: https://cps.nf.video/mirrorTest/web/
   remark: 银河录像网页微信登录
 
 wx-shop-login:

Some files were not shown because too many files changed in this diff