|
|
@@ -153,5 +153,14 @@ public class DomainOrderController extends BaseController {
|
|
|
}
|
|
|
|
|
|
|
|
|
+ //我的超链test
|
|
|
+ @GetMapping("/showMyfdafasfHyperLink")
|
|
|
+ public List<Map<String, Object>> showMyHyperLink333() {
|
|
|
+ List<Map<String, Object>> allByCurrentOwnerIdAndOpenHyperLinkIsTrue = domainOrderRepo.findAllByCurrentOwnerIdAndOpenHyperLinkIsTrue(SecurityUtils.getAuthenticatedUser().getId());
|
|
|
+ return allByCurrentOwnerIdAndOpenHyperLinkIsTrue;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|