Commit f3f2947e authored by 332784038@qq.com's avatar 332784038@qq.com

bug修复

parent 247afd88
...@@ -555,6 +555,7 @@ public class OrderBackPageVO { ...@@ -555,6 +555,7 @@ public class OrderBackPageVO {
public void setStatus(Integer status) { public void setStatus(Integer status) {
this.status = status; this.status = status;
Integer lang = Objects.nonNull(this.lang) ? this.lang : I18nMessage.getLang();
this.statusText = lang == 0 ? OrderStatusEnum.valueOf(status).getNameZh() : OrderStatusEnum.valueOf(status).getNameEn(); this.statusText = lang == 0 ? OrderStatusEnum.valueOf(status).getNameZh() : OrderStatusEnum.valueOf(status).getNameEn();
this.getOrderDesc(); this.getOrderDesc();
......
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