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