|
|
@@ -37,7 +37,7 @@ public class MintOrderService {
|
|
|
@Transactional
|
|
|
public void create(Long userId, List<Long> assetIds) {
|
|
|
User user = userRepo.findByIdAndDelFalse(userId).orElseThrow(new BusinessException("用户不存在"));
|
|
|
- User blackHole = userRepo.findByIdAndDelFalse(134670L).orElseThrow(new BusinessException("无法铸造"));
|
|
|
+ User blackHole = userRepo.findByIdAndDelFalse(1435297L).orElseThrow(new BusinessException("无法铸造"));
|
|
|
if (assetIds.size() != 3) {
|
|
|
throw new BusinessException("数量不正确,请重新选择");
|
|
|
}
|