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