|
|
|
@@ -752,9 +752,12 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
|
JsonObject attribute = spuSync.getAttribute(); |
|
|
|
JsonArray pay_item_groups = attribute.getAsJsonArray("pay_item_groups"); |
|
|
|
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_valid_start", GsonHelper.getString(attribute, "order_valid_start")); |
|
|
|
map.put("order_valid_end", GsonHelper.getString(attribute, "order_valid_end")); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
map.put("price",spuSync.getPrice()); |
|
|
|
|