|
|
@@ -600,7 +600,7 @@ public class PayCallService extends SuperService {
|
|
|
public ResultContent settlement(ScheduleTaskConfig taskConfig) {
|
|
|
HashMap<String, Object> data = taskConfig.getData();
|
|
|
String projectOid = data.get("projectOid").toString();
|
|
|
- PaymentType paymentType = PaymentType.valueOf(data.get("paymentType").toString());
|
|
|
+ PaymentType paymentType = PaymentType.valueOf(data.get("channelType").toString());
|
|
|
if (StringUtils.isNotEmpty(projectOid) && paymentType != null) {
|
|
|
String remark = "定时结算";
|
|
|
// Long endTime = projectMainPaySettingService.getCurrentRunTime(projectOid, paymentType);
|