andiris29 / qingshow

倾秀:女装搭配
3 stars 1 forks source link

出现无selectedSkuProperties的订单 #1588

Closed JiangDaYa0 closed 8 years ago

JiangDaYa0 commented 9 years ago

trade id : 560b6ddf8ffd3c456455f9fc 560b72536098b43965af69e5

andiris29 commented 9 years ago

服务端加点关于 selectedSkuProperties 的日志,然后用这条数据多测试看看 加在 trade/create 的 save 调用过后 把 _id 和 selectedSkuProperties 都打印出来

    {
          "create": "2015-09-09T17:00:01.089Z",
          "skuProperties": [
            "尺码:M(56-58cm)成人款:S(50-52cm)儿童款",
            "颜色:模特款"
          ],
          "promoPrice": 28,
          "_id": "55efd88738dadbed5a9a69be",
          "delist": null,
          "source": "https://detail.tmall.com/item.htm?spm=a1z10.3-b.w4011-2808982134.158.AIFF2X&id=17501350625&rn=3bf0bd7449b308381268fc8acc6d0e61&abbucket=18&skuId=26412474286",
          "price": 68,
          "skuTable": {
            "S(50-52cm)儿童款:模特款": "193:28",
            "M(56-58cm)成人款:模特款": "624:28"
          },
          "syncEnabled": true,
          "sync": "2015-09-30T05:06:31.839Z",
          "__v": 3,
          "shopRef": "560b6dd78ffd3c456455f9fb",
          "thumbnail": "http://trial01.focosee.com/cs/0110909/a49.jpg",
          "name": "韩版潮夏天时尚休闲草帽",
          "categoryRef": "5593b88838dadbed5a998b9f"
        }
andiris29 commented 8 years ago

已添加日志,有待跟踪