|
|
@@ -751,7 +751,7 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
if(spuSync.getAttribute() != null){ |
|
|
if(spuSync.getAttribute() != null){ |
|
|
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.getAsString()); |
|
|
|
|
|
|
|
|
map.put("pay_item_groups",pay_item_groups.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")); |
|
|
|