PAY_DEPOSIT

This commit is contained in:
wangxiaopeng
2024-04-02 19:11:11 +08:00
parent c89f3443c5
commit eb7439a1f7

View File

@@ -65,6 +65,7 @@ public class LinePayServiceImpl implements LinePayService {
fillLinePay(false, linePayDO, request, partnerUser); fillLinePay(false, linePayDO, request, partnerUser);
linePayDAO.updateLinePay(linePayDO); linePayDAO.updateLinePay(linePayDO);
} }
lineInfo.setWorkflowSubStage(WorkflowSubStageEnum.PAY_DEPOSIT.getCode()); lineInfo.setWorkflowSubStage(WorkflowSubStageEnum.PAY_DEPOSIT.getCode());
lineInfo.setWorkflowSubStageStatus(WorkflowSubStageStatusEnum.PAY_DEPOSIT_50.getCode()); lineInfo.setWorkflowSubStageStatus(WorkflowSubStageStatusEnum.PAY_DEPOSIT_50.getCode());
lineInfoMapper.insertOrUpdate(lineInfo); lineInfoMapper.insertOrUpdate(lineInfo);