Commit 4fb7247e authored by hezhuozhi's avatar hezhuozhi

修改还款问题

parent 0adb4417
......@@ -166,7 +166,7 @@ public class RepaymentServiceImpl extends BaseService<RepaymentDto, Repayment, R
if (dateSend && repayment.getCronSendState() == RepaymentCronSendStateEnum.SEND.getCode()) {
//生成待办
RouthPathVO routhPathVO=new RouthPathVO();
routhPathVO.setId(String.valueOf(repayment.getSequenceNbr()));
routhPathVO.setRouthPathId(String.valueOf(repayment.getSequenceNbr()));
String routhPath = commonService.getRouthPath(BusinessTypeEnum.HYGF_REPAY.getCode(), routhPathVO);
ToDoTasks toDoTasks = new ToDoTasks(TaskTypeStationEnum.还款.getCode(), repayment.getSequenceNbr(), createTaskName(repayment), repayment.getRegionalCompaniesCode(), routhPath);
String sequenceNbr = repaymentMapper.getSequenceNbrByName("户用光伏-投融");
......
......@@ -7,5 +7,5 @@ import lombok.Data;
*/
@Data
public class RouthPathVO {
private String id;
private String routhPathId;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment