From 4cb2c280c69a7d6bb48b831df60f5f1a793097b5 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 19 四月 2023 01:00:00 +0800
Subject: [PATCH] 优化部分不合规代码
---
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