|
@@ -945,7 +945,6 @@ public class FsStorePaymentScrmServiceImpl implements IFsStorePaymentScrmService
|
|
|
storePayment.setUserId(user.getUserId());
|
|
storePayment.setUserId(user.getUserId());
|
|
|
storePayment.setPayMode("hf");//目前微信收款仅支持汇付
|
|
storePayment.setPayMode("hf");//目前微信收款仅支持汇付
|
|
|
storePayment.setAppId(param.getAppId());
|
|
storePayment.setAppId(param.getAppId());
|
|
|
- fsStorePaymentMapper.insertFsStorePayment(storePayment);
|
|
|
|
|
if (fsStorePaymentMapper.insertFsStorePayment(storePayment) > 0) {
|
|
if (fsStorePaymentMapper.insertFsStorePayment(storePayment) > 0) {
|
|
|
if (merchantAppConfig.getMerchantType().equals("wx")) {
|
|
if (merchantAppConfig.getMerchantType().equals("wx")) {
|
|
|
//创建微信订单
|
|
//创建微信订单
|