|
|
@@ -139,7 +139,7 @@ public class DomainOrderController extends BaseController {
|
|
|
@RequestParam("hyperLinkType") HyperLinkType hyperLinkType,
|
|
|
@RequestParam("address") String address,
|
|
|
@RequestParam("publicCollectionId") Long publicCollectionId) {
|
|
|
- domainOrderService.addHyperLinkAndPublicCollcetionId(assetId, openHyperLink, hyperLinkType, address, publicCollectionId);
|
|
|
+ domainOrderService.addId(assetId, openHyperLink, hyperLinkType, address, publicCollectionId);
|
|
|
|
|
|
}
|
|
|
|