Просмотр исходного кода

//update test

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
b189ff88de
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/TtMerchantPoiServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/TtMerchantPoiServiceImpl.java Просмотреть файл

@@ -752,9 +752,12 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService {
JsonObject attribute = spuSync.getAttribute(); JsonObject attribute = spuSync.getAttribute();
JsonArray pay_item_groups = attribute.getAsJsonArray("pay_item_groups"); JsonArray pay_item_groups = attribute.getAsJsonArray("pay_item_groups");
map.put("pay_item_groups",pay_item_groups.toString()); map.put("pay_item_groups",pay_item_groups.toString());
JsonArray notification = attribute.getAsJsonArray("notification");
map.put("notification",notification.toString());
map.put("order_limit", GsonHelper.getString(attribute, "order_limit")); map.put("order_limit", GsonHelper.getString(attribute, "order_limit"));
map.put("order_valid_start", GsonHelper.getString(attribute, "order_valid_start")); map.put("order_valid_start", GsonHelper.getString(attribute, "order_valid_start"));
map.put("order_valid_end", GsonHelper.getString(attribute, "order_valid_end")); map.put("order_valid_end", GsonHelper.getString(attribute, "order_valid_end"));

} }


map.put("price",spuSync.getPrice()); map.put("price",spuSync.getPrice());


Загрузка…
Отмена
Сохранить