|
|
@@ -1665,7 +1665,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
|
|
|
return R.error("收货地址保存失败");
|
|
|
}
|
|
|
param.setAddressId(address.getId());
|
|
|
- if (param.getReceiveMoneyId() != null) {
|
|
|
+ if (param.getReceiveMoneyId() != null && param.getPayType() != 5) {
|
|
|
receipt = companyExternalPayReceiptMapper.selectFsCompanyExternalPayReceiptById(param.getReceiveMoneyId());
|
|
|
if (receipt == null) {
|
|
|
return R.error("收款信息不存在");
|