Commit 69c16b3d by zhiwj

去掉多余的判断

parent d16b0048
......@@ -341,8 +341,6 @@ public class EvaluateOutApiServiceImpl implements EvaluateOutApiService {
} else {
resultMap.put(statusQO.getOrderId(), OrderReplyEnum.EVALUATE_HAS_OVERDUE.getCode());
}
} else if (overEvaluateTime(evaluateOrderConfig, orderListDetailDTO.getOrderDTO().getReceiptsTime())) {
resultMap.put(statusQO.getOrderId(), OrderReplyEnum.WAIT.getCode());
} else {
// 没有超过评价时间
if (evaluate != null) {
......
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