From 4e12aa79fa3affb0d0dc3e5f9d368814702f8d2b Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 31 三月 2023 16:22:14 +0800
Subject: [PATCH] optimize owner member
---
service-common/src/main/java/com/java110/common/api/AttrSpecApi.java | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/service-common/src/main/java/com/java110/common/api/AttrSpecApi.java b/service-common/src/main/java/com/java110/common/api/AttrSpecApi.java
index ead17ad..29d24f0 100755
--- a/service-common/src/main/java/com/java110/common/api/AttrSpecApi.java
+++ b/service-common/src/main/java/com/java110/common/api/AttrSpecApi.java
@@ -119,9 +119,7 @@
@RequestParam(value = "specName", required = false) String specName,
@RequestParam(value = "domain", required = false) String domain,
@RequestParam(value = "page", required = false) int page,
- @RequestParam(value = "row", required = false) int row
-
- ) {
+ @RequestParam(value = "row", required = false) int row) {
AttrSpecDto attrSpecDto = new AttrSpecDto();
attrSpecDto.setTableName(tableName);
attrSpecDto.setPage(page);
--
Gitblit v1.8.0