Commit 196deb73 authored by zhengyi's avatar zhengyi

异常订单控制层接口修改包路径

parent 75385caf
...@@ -278,11 +278,6 @@ public class OrderBackVO { ...@@ -278,11 +278,6 @@ public class OrderBackVO {
} }
private void getOrderDesc() { private void getOrderDesc() {
log.error("status:{}",this.status);
log.error("inWarehouseState:{}",this.inWarehouseState);
log.error("shipmentState:{}",this.shipmentState);
log.error("airShipment:{}",this.airShipment);
log.error("transportId:{}",this.transportId);
// TODO 这里的文案国际化现在只支持两种语言,如果需要支持更多的语言,需要优化 // TODO 这里的文案国际化现在只支持两种语言,如果需要支持更多的语言,需要优化
Integer lang = Objects.nonNull(this.lang) ? this.lang : I18nMessage.getLang(); Integer lang = Objects.nonNull(this.lang) ? this.lang : I18nMessage.getLang();
if (null != this.status && this.status.equals(OrderStatusEnum.CANCEL.getValue()) && this.userType != null) { if (null != this.status && this.status.equals(OrderStatusEnum.CANCEL.getValue()) && this.userType != null) {
......
package cn.iocoder.yudao.module.order.controller.admin.orderExceptionResult.orderException; package cn.iocoder.yudao.module.order.controller.admin.orderException;
import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.collection.CollectionUtil;
import cn.hutool.core.date.LocalDateTimeUtil; import cn.hutool.core.date.LocalDateTimeUtil;
......
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