Explorar el Código

//update test

release_toaliyun_real
xhxu hace 4 años
padre
commit
6aed9d0bd3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/TtMerchantPoiServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/TtMerchantPoiServiceImpl.java Ver fichero

@@ -751,7 +751,7 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService {
if(spuSync.getAttribute() != null){
JsonObject attribute = spuSync.getAttribute();
JsonArray pay_item_groups = attribute.getAsJsonArray("pay_item_groups");
map.put("pay_item_groups",pay_item_groups.getAsString());
map.put("pay_item_groups",pay_item_groups.toString());
map.put("order_limit", GsonHelper.getString(attribute, "order_limit"));
map.put("order_valid_start", GsonHelper.getString(attribute, "order_valid_start"));
map.put("order_valid_end", GsonHelper.getString(attribute, "order_valid_end"));


Cargando…
Cancelar
Guardar