Commit d8ef67f3 by jinxin

支付时间bug

parent 2aa6b64b
......@@ -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