|
|
@@ -315,9 +315,9 @@ public class DomainOrderService {
|
|
|
.findFirstByNameAndSalableAndOnShelf("RID元宇宙域名 " + domainOrder.getDomainName(), true, true);
|
|
|
if (collection != null) {
|
|
|
sold.put("canAsk", false);
|
|
|
- sold.put("collectionId", collection.getId());
|
|
|
} else {
|
|
|
sold.put("canAsk", true);
|
|
|
+ sold.put("collectionId", collection.getId());
|
|
|
}
|
|
|
sold.put("id", domainOrder.getId());
|
|
|
sold.put("domain", domainOrder.getDomainName().toLowerCase());
|