|
@@ -354,6 +354,7 @@ public class ExpenseFlowServiceImpl extends SuperService implements ExpenseFlowS
|
|
|
entity.setVerifyError("项目为配置支付渠道");
|
|
entity.setVerifyError("项目为配置支付渠道");
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
+ // 支付方式来自项目配置
|
|
|
PaymentType paymentType = projectPaySetting.getChannelType();
|
|
PaymentType paymentType = projectPaySetting.getChannelType();
|
|
|
entity.setPaymentType(paymentType);
|
|
entity.setPaymentType(paymentType);
|
|
|
entity.setPaymentWay(paymentType.getRemark());
|
|
entity.setPaymentWay(paymentType.getRemark());
|