Commit 92df5c45 by ping.wu

蜜雪冰城 定制代码删除

parent 872f0df0
......@@ -471,13 +471,13 @@ public class PayServiceImpl {
paymentRequest.setWxAppId(appId);
paymentRequest.setReverseNotifyiDcUrl(reverseNotifyiDcUrl);
paymentRequest.setPayCode(payCode);
if ("2080".equals(partnerId)) {
// if ("2080".equals(partnerId)) {
//【ID1035981】【蜜雪冰城】订单C端,拼接order_body字段:蜜雪冰城+门店编号
paymentRequest.setPrincipalName("蜜雪冰城" + storeId + "店");
} else {
// paymentRequest.setPrincipalName("蜜雪冰城" + storeId + "店");
// } else {
// saas 查询小程序配置
paymentRequest.setPrincipalName(this.getPaymentPrincipalName(partnerId, appId));
}
// }
return paymentRequest;
}
......
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