Commit 2ef4971d by ping.wu

周周惠storeId 统一前端门店id字段

parent 8d0a02bf
...@@ -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= 周周惠
......
...@@ -390,7 +390,7 @@ public class OrderAdapterServiceImpl { ...@@ -390,7 +390,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