|
|
|
@@ -224,7 +224,7 @@ public class TtOrderServiceImpl implements TtOrderService { |
|
|
|
// return new ResultData(ErrorCode.MEMBER_IS_LOCKED); |
|
|
|
// } |
|
|
|
|
|
|
|
WxAppinfo appInfo = wxAppinfoService.getCAppInfo(order, EnumPayWay.PAY_WAY_TT); |
|
|
|
WxAppinfo appInfo = wxAppinfoService.getCAppInfo(tenantEntity, EnumPayWay.PAY_WAY_TT); |
|
|
|
if(appInfo == null) { |
|
|
|
return new ResultData(ErrorCode.APP_ID_NOT_FOUND); |
|
|
|
} |
|
|
|
|