延时入账
This commit is contained in:
parent
10edfc836e
commit
f628b57673
|
|
@ -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("延时分销开始");
|
||||
|
|
|
|||
Loading…
Reference in New Issue