Преглед изворни кода

//update test

release_toaliyun_real
xhxu пре 4 година
родитељ
комит
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());


Loading…
Откажи
Сачувај