|
|
@@ -983,7 +983,7 @@ public class FsStorePaymentScrmServiceImpl implements IFsStorePaymentScrmService
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public R oneClickShipping() {
|
|
|
+ public R oneClickShipping(FsStorePaymentParam fsStorePayment) {
|
|
|
try {
|
|
|
StringBuilder builder = new StringBuilder();
|
|
|
//获取商城配置
|
|
|
@@ -992,7 +992,7 @@ public class FsStorePaymentScrmServiceImpl implements IFsStorePaymentScrmService
|
|
|
//验证是否开启微信发货
|
|
|
if (config.getIsWeChatShipping() != null && config.getIsWeChatShipping()) {
|
|
|
//获取支付信息
|
|
|
- List<FsStorePaymentUsetVo> paymentList = fsStorePaymentMapper.getPaymentUsetInfoList();
|
|
|
+ List<FsStorePaymentUsetVo> paymentList = fsStorePaymentMapper.getPaymentUsetInfoList(fsStorePayment);
|
|
|
if (paymentList.isEmpty()) {
|
|
|
return R.ok("操作成功,暂无同步订单信息!");
|
|
|
}
|