Commit f8be16d2 by ping.wu

Merge branches 'develop' and 'feature/20220112_银行周周惠_wuping' of…

Merge branches 'develop' and 'feature/20220112_银行周周惠_wuping' of http://gitlab.freemud.com/order-group-application/order-group into develop
parents 961a3c47 2ef4971d
...@@ -17,7 +17,7 @@ public class PaymentConfigVo { ...@@ -17,7 +17,7 @@ public class PaymentConfigVo {
private String partnerId; private String partnerId;
@ApiModelProperty("门店号") @ApiModelProperty("门店号")
private String storeId; private String shopId;
/** /**
* 插件类型 1=爱心餐 2= 周周惠 * 插件类型 1=爱心餐 2= 周周惠
......
...@@ -391,7 +391,7 @@ public class OrderAdapterServiceImpl { ...@@ -391,7 +391,7 @@ public class OrderAdapterServiceImpl {
} }
//周周惠插件要返回参数 //周周惠插件要返回参数
if(paymentConfigVo.getPlugInType() != null && paymentConfigVo.getPlugInType() == 2){ if(paymentConfigVo.getPlugInType() != null && paymentConfigVo.getPlugInType() == 2){
return ResponseUtil.success(payService.getPlugInParameter(paymentConfigVo.getPartnerId(),assortmentCustomerInfoVo.getWxAppId(),paymentConfigVo.getStoreId())); return ResponseUtil.success(payService.getPlugInParameter(paymentConfigVo.getPartnerId(),assortmentCustomerInfoVo.getWxAppId(),paymentConfigVo.getShopId()));
} }
//1元插件要返回参数 //1元插件要返回参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment