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

//update test

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
e44ed10597
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/douyin/web/json/TtSpuSyncAdapter.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/douyin/web/json/TtSpuSyncAdapter.java Просмотреть файл

@@ -48,7 +48,7 @@ public class TtSpuSyncAdapter implements JsonSerializer<TtSpuSync>, JsonDeserial
json.addProperty("spu_ext_id", spuSync.getSpuExtId());
if(spuSync.getImageList() != null && !spuSync.getImageList().isEmpty()){
JsonArray imgJsonArray = new Gson().toJsonTree(spuSync.getImageList()).getAsJsonArray();
json.add("supplier_ext_id_list",imgJsonArray);
json.add("image_list",imgJsonArray);
}
json.addProperty("mp_settle_type", spuSync.getMpSettletype());
json.addProperty("origin_price", spuSync.getOriginPrice());


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