|
|
@@ -319,6 +319,9 @@ public class DomainOrderService {
|
|
|
sold.put("canAsk", false);
|
|
|
sold.put("collectionId", asset.getPublicCollectionId());
|
|
|
} else {
|
|
|
+ if (asset.isPublicShow()) {
|
|
|
+ sold.put("collectionId", asset.getPublicCollectionId());
|
|
|
+ }
|
|
|
sold.put("canAsk", true);
|
|
|
}
|
|
|
sold.put("id", domainOrder.getId());
|