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