延时入账

This commit is contained in:
张松 2025-10-30 16:30:51 +08:00
parent 10edfc836e
commit f628b57673
1 changed files with 1 additions and 0 deletions

View File

@ -614,6 +614,7 @@ public class MkDistributionUserServiceImpl extends ServiceImpl<MkDistributionUse
distributionFlowService.updateById(mkDistributionFlow);
}
}else {
mkDistributionFlow.setDeliverTime(delayTime);
mkDistributionFlow.setStatus(TableValueConstant.DistributionFlow.Status.PENDING.getCode());
distributionFlowService.save(mkDistributionFlow);
log.info("延时分销开始");