admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgOrderDetail.java
@@ -22,12 +22,12 @@
   public final static int STATE_SX = 4;// 未付款/已退款
   public enum MsgTypeOrderTypeEnum {
      fanli("返利订单被统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      share("分享订单被统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      invite("团队订单被统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      fanli("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      share("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      invite("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      found("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), // 老版
      foundSucceed("订单找回成功", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      foundFail("订单找回失败", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      foundSucceed("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      foundFail("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      elme("饿了么订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png");
      
      private final String desc;