Skip to content

Commit

Permalink
自动关闭售后字段读取错误,修正
Browse files Browse the repository at this point in the history
  • Loading branch information
chopper711 committed Mar 10, 2022
1 parent 8a67b90 commit 1625f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private void memberEvaluation(OrderSetting orderSetting) {
private void closeAfterSale(OrderSetting orderSetting) {

//订单关闭售后申请时间 = 当前时间 - 自动关闭售后申请天数
DateTime receiveTime = DateUtil.offsetDay(DateUtil.date(), -orderSetting.getAutoEvaluation());
DateTime receiveTime = DateUtil.offsetDay(DateUtil.date(), -orderSetting.getCloseAfterSale());

//关闭售后订单=未售后订单+小于订单关闭售后申请时间
QueryWrapper queryWrapper = new QueryWrapper();
Expand Down

0 comments on commit 1625f7c

Please sign in to comment.