Commit 98530592 by jinxin

Merge remote-tracking branch 'origin/feature/六月需求'

parents eb85c253 d8ef67f3
......@@ -485,7 +485,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService {
appOrder.setUpdateTime(now);
appOrder.setDeleteFlag(0);
//默认6天支付有效期
appOrder.setExpireTime(DateUtil.addDay(now, 6));
appOrder.setExpireTime(DateUtil.addDay(appOrder.getCreateTime(), 6));
return appOrder;
}
}
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