Commit 326505e11d2ddbf352d4aba7b7c6c6a819944afd
1 parent
ab7cc6a022
Exists in
master
and in
8 other branches
产筛修改
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/SieveListResult.java
View file @
326505e
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | |
55 | 55 | public String getCsRemarkTypeText() { |
56 | 56 | if(null==csRemarkTypeText){ |
57 | - return SPIT; | |
57 | + return ""; | |
58 | 58 | } |
59 | 59 | return csRemarkTypeText; |
60 | 60 | } |
... | ... | @@ -66,7 +66,7 @@ |
66 | 66 | public String getDetail() { |
67 | 67 | |
68 | 68 | if(null==detail){ |
69 | - return SPIT; | |
69 | + return ""; | |
70 | 70 | } |
71 | 71 | return detail; |
72 | 72 | } |