|
|
@@ -321,7 +321,7 @@ public class DomainOrderService {
|
|
|
|
|
|
public Long createAsset(DomainOrder domainOrder) {
|
|
|
return assetService.createAsset(domainOrder, userRepo.findById(domainOrder.getUserId())
|
|
|
- .orElseThrow(new BusinessException("无用户记录")), null, BigDecimal.ZERO, "域名", null, false).getId();
|
|
|
+ .orElseThrow(new BusinessException("无用户记录")), null, domainOrder.getPrice(), "域名", null, false).getId();
|
|
|
}
|
|
|
|
|
|
public BufferedImage domainImg(String domain) throws IOException, FontFormatException, WriterException {
|