Browse Source

订单金额增加配送平台金额和费用

jlutt@163.com 2 years atrás
parent
commit
b7c56fe356
1 changed files with 15 additions and 0 deletions
  1. 15 0
      conf/esTemplate/orderfinances.json

+ 15 - 0
conf/esTemplate/orderfinances.json

@@ -34,6 +34,21 @@
       "storeRealCollection": {
         "type": "double"
       },
+      "expressTotalPrice": {
+        "type": "double"
+      },
+      "expressFreeSendServiceFee": {
+        "type": "double"
+      },
+      "expressTotalPayMoney": {
+        "type": "double"
+      },
+      "expressRealPayMoney": {
+        "type": "double"
+      },
+      "expressCouponsTotalFee": {
+        "type": "double"
+      },
       "omeServiceFee": {
         "type": "double"
       },