andrew 4 년 전
부모
커밋
b1a81267bf
45개의 변경된 파일253개의 추가작업 그리고 253개의 파일을 삭제
  1. 1
    1
      src/main/java/com/huiju/estateagents/config/Swagger2Config.java
  2. 7
    7
      src/main/java/com/huiju/estateagents/controller/ExtendContentController.java
  3. 11
    11
      src/main/java/com/huiju/estateagents/controller/HelpActivityController.java
  4. 11
    11
      src/main/java/com/huiju/estateagents/controller/TaBuildingController.java
  5. 18
    18
      src/main/java/com/huiju/estateagents/controller/TaBuildingDynamicController.java
  6. 7
    7
      src/main/java/com/huiju/estateagents/controller/TaChannelController.java
  7. 9
    9
      src/main/java/com/huiju/estateagents/controller/TaGoodsController.java
  8. 1
    1
      src/main/java/com/huiju/estateagents/controller/TaMiniappController.java
  9. 5
    5
      src/main/java/com/huiju/estateagents/controller/TaNewsController.java
  10. 4
    4
      src/main/java/com/huiju/estateagents/controller/TaNewsTypeController.java
  11. 5
    5
      src/main/java/com/huiju/estateagents/controller/TaPersonLevelSettingController.java
  12. 7
    7
      src/main/java/com/huiju/estateagents/controller/TaPolicyController.java
  13. 8
    8
      src/main/java/com/huiju/estateagents/controller/TaRecommendCustomerController.java
  14. 5
    5
      src/main/java/com/huiju/estateagents/controller/TaShopBannerController.java
  15. 5
    5
      src/main/java/com/huiju/estateagents/controller/TaShopController.java
  16. 5
    5
      src/main/java/com/huiju/estateagents/controller/TaShopTypeController.java
  17. 6
    6
      src/main/java/com/huiju/estateagents/controller/TdBuildingTypeController.java
  18. 5
    5
      src/main/java/com/huiju/estateagents/controller/TdPointsRulesController.java
  19. 1
    1
      src/main/java/com/huiju/estateagents/controller/TdReportController.java
  20. 5
    5
      src/main/java/com/huiju/estateagents/controller/TdShopBadgeController.java
  21. 5
    5
      src/main/java/com/huiju/estateagents/property/controller/AnnouncementTelController.java
  22. 7
    7
      src/main/java/com/huiju/estateagents/property/controller/BillController.java
  23. 12
    12
      src/main/java/com/huiju/estateagents/property/controller/BillInvoiceController.java
  24. 1
    1
      src/main/java/com/huiju/estateagents/property/controller/BillOrderController.java
  25. 2
    2
      src/main/java/com/huiju/estateagents/property/controller/BillStatementController.java
  26. 19
    19
      src/main/java/com/huiju/estateagents/property/controller/BuildingOwnerInfoController.java
  27. 5
    5
      src/main/java/com/huiju/estateagents/property/controller/BuildingTreeController.java
  28. 3
    3
      src/main/java/com/huiju/estateagents/property/controller/CarouselSettingController.java
  29. 1
    1
      src/main/java/com/huiju/estateagents/property/controller/CommunitiesController.java
  30. 7
    7
      src/main/java/com/huiju/estateagents/property/controller/HotelController.java
  31. 2
    2
      src/main/java/com/huiju/estateagents/property/controller/ImageController.java
  32. 1
    1
      src/main/java/com/huiju/estateagents/property/controller/IndexCountController.java
  33. 3
    3
      src/main/java/com/huiju/estateagents/property/controller/MessageController.java
  34. 5
    5
      src/main/java/com/huiju/estateagents/property/controller/RoleController.java
  35. 2
    2
      src/main/java/com/huiju/estateagents/property/controller/TaUserLicenseOrderController.java
  36. 2
    2
      src/main/java/com/huiju/estateagents/property/controller/TaVisitorLicenseSettingController.java
  37. 5
    5
      src/main/java/com/huiju/estateagents/property/controller/TpAnnouncementController.java
  38. 5
    5
      src/main/java/com/huiju/estateagents/property/controller/TpEquipmentController.java
  39. 6
    6
      src/main/java/com/huiju/estateagents/property/controller/TpRentalHouseController.java
  40. 6
    6
      src/main/java/com/huiju/estateagents/property/controller/TpShopController.java
  41. 1
    1
      src/main/java/com/huiju/estateagents/property/controller/TpShopSettingController.java
  42. 6
    6
      src/main/java/com/huiju/estateagents/property/controller/TpShopTypeController.java
  43. 6
    6
      src/main/java/com/huiju/estateagents/property/controller/TpTicketController.java
  44. 10
    10
      src/main/java/com/huiju/estateagents/property/controller/TransactionController.java
  45. 5
    5
      src/main/java/com/huiju/estateagents/property/controller/UserVerifyController.java

+ 1
- 1
src/main/java/com/huiju/estateagents/config/Swagger2Config.java 파일 보기

@@ -40,7 +40,7 @@ public class Swagger2Config {
40 40
     private ApiInfo apiInfo(){
41 41
         return new ApiInfoBuilder()
42 42
                 //页面标题
43
-                .title("营销云 的 RESTful API")
43
+                .title("香颂 的 RESTful API")
44 44
                 //版本号
45 45
                 .version("1.0")
46 46
                 //描述

+ 7
- 7
src/main/java/com/huiju/estateagents/controller/ExtendContentController.java 파일 보기

@@ -66,7 +66,7 @@ public class ExtendContentController extends BaseController {
66 66
      * @param pageSize
67 67
      * @return
68 68
      */
69
-    @ApiOperation(value = "后台轮播图列表", notes = "后台轮播图列表")
69
+    // @ApiOperation(value = "后台轮播图列表", notes = "后台轮播图列表")
70 70
     @ApiImplicitParams({
71 71
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
72 72
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -123,7 +123,7 @@ public class ExtendContentController extends BaseController {
123 123
     /**
124 124
      * 微信 开屏 / 轮播图
125 125
      */
126
-    @ApiOperation(value = "微信轮播图列表", notes = "微信轮播图列表")
126
+    // @ApiOperation(value = "微信轮播图列表", notes = "微信轮播图列表")
127 127
     @ApiImplicitParams({
128 128
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
129 129
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -163,7 +163,7 @@ public class ExtendContentController extends BaseController {
163 163
      * @param extendContent 实体对象
164 164
      * @return
165 165
      */
166
-    @ApiOperation(value = "后台轮播图保存", notes = "后台轮播图保存")
166
+    // @ApiOperation(value = "后台轮播图保存", notes = "后台轮播图保存")
167 167
     @ApiImplicitParams({
168 168
             @ApiImplicitParam(dataType = "ExtendContent", name = "extendContent", paramType = "body",value = "轮播图内容")
169 169
     })
@@ -196,7 +196,7 @@ public class ExtendContentController extends BaseController {
196 196
      * 根据id删除对象
197 197
      * @param id  实体ID
198 198
      */
199
-    @ApiOperation(value = "后台轮播图删除", notes = "后台轮播图删除")
199
+    // @ApiOperation(value = "后台轮播图删除", notes = "后台轮播图删除")
200 200
     @ApiImplicitParams({
201 201
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "payh",value = "轮播图id")
202 202
     })
@@ -224,7 +224,7 @@ public class ExtendContentController extends BaseController {
224 224
      * @param extendContent 实体对象
225 225
      * @return
226 226
      */
227
-    @ApiOperation(value = "后台轮播图保存", notes = "后台轮播图保存")
227
+    // @ApiOperation(value = "后台轮播图保存", notes = "后台轮播图保存")
228 228
     @ApiImplicitParams({
229 229
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "轮播图id"),
230 230
             @ApiImplicitParam(dataType = "ExtendContent", name = "extendContent", paramType = "body",value = "轮播图内容")
@@ -278,7 +278,7 @@ public class ExtendContentController extends BaseController {
278 278
      * @param id  实体ID
279 279
      * @return
280 280
      */
281
-    @ApiOperation(value = "后台轮播图删除", notes = "后台轮播图删除")
281
+    // @ApiOperation(value = "后台轮播图删除", notes = "后台轮播图删除")
282 282
     @ApiImplicitParams({
283 283
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "轮播图id")
284 284
     })
@@ -302,7 +302,7 @@ public class ExtendContentController extends BaseController {
302 302
      * 根据id查询对象
303 303
      * @param id  实体ID
304 304
      */
305
-    @ApiOperation(value = "后台轮播图查询", notes = "后台轮播图查询")
305
+    // @ApiOperation(value = "后台轮播图查询", notes = "后台轮播图查询")
306 306
     @ApiImplicitParams({
307 307
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "payh",value = "轮播图id")
308 308
     })

+ 11
- 11
src/main/java/com/huiju/estateagents/controller/HelpActivityController.java 파일 보기

@@ -88,7 +88,7 @@ public class HelpActivityController extends BaseController {
88 88
      * @param pageSize
89 89
      * @return
90 90
      */
91
-    @ApiOperation(value = "活动助力列表", notes = "活动助力列表")
91
+//    // @ApiOperation(value = "活动助力列表", notes = "活动助力列表")
92 92
     @ApiImplicitParams({
93 93
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query", value = "第几页"),
94 94
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
@@ -121,7 +121,7 @@ public class HelpActivityController extends BaseController {
121 121
      * @param pageSize
122 122
      * @return
123 123
      */
124
-    @ApiOperation(value = "活动助力列表 已开始 和 未开始", notes = "活动助力列表 已开始 和 未开始")
124
+    // @ApiOperation(value = "活动助力列表 已开始 和 未开始", notes = "活动助力列表 已开始 和 未开始")
125 125
     @ApiImplicitParams({
126 126
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query", value = "第几页"),
127 127
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
@@ -140,7 +140,7 @@ public class HelpActivityController extends BaseController {
140 140
         return helpActivityList;
141 141
     }
142 142
 
143
-    @ApiOperation(value = "活动助力新增", notes = "活动助力新增")
143
+    // @ApiOperation(value = "活动助力新增", notes = "活动助力新增")
144 144
     @ApiImplicitParams({
145 145
             @ApiImplicitParam(dataType = "HelpActivity", name = "parameter", paramType = "body", value = "当前对象")
146 146
     })
@@ -192,7 +192,7 @@ public class HelpActivityController extends BaseController {
192 192
     }
193 193
 
194 194
 
195
-    @ApiOperation(value = "活动助力修改", notes = "活动助力修改")
195
+    // @ApiOperation(value = "活动助力修改", notes = "活动助力修改")
196 196
     @ApiImplicitParams({
197 197
             @ApiImplicitParam(dataTypeClass = HelpActivity.class, name = "helpActivity", paramType = "body", value = "当前对象"),
198 198
     })
@@ -215,7 +215,7 @@ public class HelpActivityController extends BaseController {
215 215
         return responseBean;
216 216
     }
217 217
 
218
-    @ApiOperation(value = "根据id查询活动助力详情", notes = "根据id查询活动助力详情")
218
+    // @ApiOperation(value = "根据id查询活动助力详情", notes = "根据id查询活动助力详情")
219 219
     @ApiImplicitParams({
220 220
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "helpActivityId", paramType = "query", value = "活动状态")
221 221
     })
@@ -232,7 +232,7 @@ public class HelpActivityController extends BaseController {
232 232
         return responseBean;
233 233
     }
234 234
 
235
-    @ApiOperation(value = "置顶和推首页", notes = "置顶和推首页")
235
+    // @ApiOperation(value = "置顶和推首页", notes = "置顶和推首页")
236 236
     @ApiImplicitParams({
237 237
             @ApiImplicitParam(dataTypeClass = String.class, name = "parameter", paramType = "body", value = "status:0置顶操作,1推首页操作,2结束活动操作,helpActivityId:助力ID")
238 238
     })
@@ -297,7 +297,7 @@ public class HelpActivityController extends BaseController {
297 297
         return responseBean;
298 298
     }
299 299
 
300
-    @ApiOperation(value = "助力记录", notes = "助力记录")
300
+    // @ApiOperation(value = "助力记录", notes = "助力记录")
301 301
     @ApiImplicitParams({
302 302
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query", value = "第几页"),
303 303
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
@@ -315,7 +315,7 @@ public class HelpActivityController extends BaseController {
315 315
         return helpRecord;
316 316
     }
317 317
 
318
-    @ApiOperation(value = "助力人详情", notes = "助力人详情")
318
+    // @ApiOperation(value = "助力人详情", notes = "助力人详情")
319 319
     @ApiImplicitParams({
320 320
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query", value = "第几页"),
321 321
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
@@ -329,7 +329,7 @@ public class HelpActivityController extends BaseController {
329 329
         return helpRecord;
330 330
     }
331 331
 
332
-    @ApiOperation(value = "核销", notes = "核销")
332
+    // @ApiOperation(value = "核销", notes = "核销")
333 333
     @ApiImplicitParams({
334 334
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query", value = "第几页"),
335 335
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
@@ -453,7 +453,7 @@ public class HelpActivityController extends BaseController {
453 453
             excelWriter.finish();
454 454
     }
455 455
     
456
-    @ApiOperation(value = "微信端根据id查询活动助力详情", notes = "根据id查询活动助力详情")
456
+    // @ApiOperation(value = "微信端根据id查询活动助力详情", notes = "根据id查询活动助力详情")
457 457
     @ApiImplicitParams({
458 458
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "helpActivityId", paramType = "path", value = "活动状态")
459 459
     })
@@ -548,7 +548,7 @@ public class HelpActivityController extends BaseController {
548 548
         }
549 549
         return responseBean;
550 550
     }
551
-    @ApiOperation(value = "微信端查询拼团和助力推首页的活动的", notes = "微信端查询拼团和助力推首页的活动的")
551
+    // @ApiOperation(value = "微信端查询拼团和助力推首页的活动的", notes = "微信端查询拼团和助力推首页的活动的")
552 552
     @ApiImplicitParams({
553 553
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "buildingId", paramType = "query", value = "活动状态"),
554 554
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "type", paramType = "query", value = "1助力,2拼团"),

+ 11
- 11
src/main/java/com/huiju/estateagents/controller/TaBuildingController.java 파일 보기

@@ -65,7 +65,7 @@ public class TaBuildingController extends BaseController {
65 65
      * @return
66 66
      */
67 67
     @GetMapping("/admin/buildingSelectId/{id}")
68
-    @ApiOperation(value = "项目详情", notes = "项目详情")
68
+    // @ApiOperation(value = "项目详情", notes = "项目详情")
69 69
     @ApiImplicitParams({
70 70
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "id", value = "项目id")
71 71
     })
@@ -82,7 +82,7 @@ public class TaBuildingController extends BaseController {
82 82
      * @param code
83 83
      * @return
84 84
      */
85
-    @ApiOperation(value = "项目列表 查询所有有效的", notes = "项目列表 查询所有有效的")
85
+    // @ApiOperation(value = "项目列表 查询所有有效的", notes = "项目列表 查询所有有效的")
86 86
     @ApiImplicitParams({
87 87
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "query", name = "pageNum", value = "第几页"),
88 88
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "query", name = "pageSize", value = "一页多少行"),
@@ -117,7 +117,7 @@ public class TaBuildingController extends BaseController {
117 117
      * @param code
118 118
      * @return
119 119
      */
120
-    @ApiOperation(value = "项目列表", notes = "项目列表")
120
+    // @ApiOperation(value = "项目列表", notes = "项目列表")
121 121
     @ApiImplicitParams({
122 122
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "query", name = "pageNum", value = "第几页"),
123 123
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "query", name = "pageSize", value = "一页多少行"),
@@ -149,7 +149,7 @@ public class TaBuildingController extends BaseController {
149 149
      * @param parameter
150 150
      * @return
151 151
      */
152
-    @ApiOperation(value = "更新项目", notes = "更新项目")
152
+    // @ApiOperation(value = "更新项目", notes = "更新项目")
153 153
     @ApiImplicitParams({
154 154
 
155 155
     })
@@ -164,7 +164,7 @@ public class TaBuildingController extends BaseController {
164 164
      * @param parameter
165 165
      * @return
166 166
      */
167
-    @ApiOperation(value = "项目添加", notes = "项目添加")
167
+    // @ApiOperation(value = "项目添加", notes = "项目添加")
168 168
     @ApiImplicitParams({
169 169
 
170 170
     })
@@ -179,7 +179,7 @@ public class TaBuildingController extends BaseController {
179 179
      * @param parameter
180 180
      * @return
181 181
      */
182
-    @ApiOperation(value = "项目发布", notes = "项目发布")
182
+    // @ApiOperation(value = "项目发布", notes = "项目发布")
183 183
     @ApiImplicitParams({
184 184
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "status:状态,id:项目id"),
185 185
     })
@@ -195,7 +195,7 @@ public class TaBuildingController extends BaseController {
195 195
      * @param request
196 196
      * @return
197 197
      */
198
-    @ApiOperation(value = "项目发布", notes = "项目发布")
198
+    // @ApiOperation(value = "项目发布", notes = "项目发布")
199 199
     @ApiImplicitParams({
200 200
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "id", value = "项目id"),
201 201
     })
@@ -211,7 +211,7 @@ public class TaBuildingController extends BaseController {
211 211
      * @param session
212 212
      * @return
213 213
      */
214
-    @ApiOperation(value = "添加户型", notes = "添加户型")
214
+    // @ApiOperation(value = "添加户型", notes = "添加户型")
215 215
     @RequestMapping(value = "/admin/buildingApartment/add", method = RequestMethod.POST)
216 216
     public ResponseBean buildingApartment(@RequestBody String parameter, HttpServletRequest request) {
217 217
         return taBuildingService.buildingApartmentAdd(parameter);
@@ -223,7 +223,7 @@ public class TaBuildingController extends BaseController {
223 223
      * @param parameter
224 224
      * @return
225 225
      */
226
-    @ApiOperation(value = "户型编辑", notes = "户型编辑")
226
+    // @ApiOperation(value = "户型编辑", notes = "户型编辑")
227 227
     @RequestMapping(value = "/admin/buildingApartment/update", method = RequestMethod.PUT)
228 228
     public ResponseBean buildingApartmentUpdate(@RequestBody String parameter) {
229 229
         return taBuildingService.buildingApartmentUpdate(parameter);
@@ -235,7 +235,7 @@ public class TaBuildingController extends BaseController {
235 235
      * @param id
236 236
      * @return
237 237
      */
238
-    @ApiOperation(value = "户型详情", notes = "户型详情")
238
+    // @ApiOperation(value = "户型详情", notes = "户型详情")
239 239
     @ApiImplicitParams({
240 240
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "id", value = "户型id"),
241 241
     })
@@ -250,7 +250,7 @@ public class TaBuildingController extends BaseController {
250 250
      * @param id
251 251
      * @return
252 252
      */
253
-    @ApiOperation(value = "依据项目ID 查户型", notes = "依据项目ID 查户型")
253
+    // @ApiOperation(value = "依据项目ID 查户型", notes = "依据项目ID 查户型")
254 254
     @ApiImplicitParams({
255 255
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "id", value = "项目ID"),
256 256
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "query", name = "apartmentType", value = "类型"),

+ 18
- 18
src/main/java/com/huiju/estateagents/controller/TaBuildingDynamicController.java 파일 보기

@@ -110,7 +110,7 @@ public class TaBuildingDynamicController extends BaseController {
110 110
         binder.registerCustomEditor(Date.class, editor);
111 111
     }
112 112
     
113
-    @ApiOperation(value = "后台管理端查询项目活动列表", notes = "后台管理端查询项目活动列表")
113
+    // @ApiOperation(value = "后台管理端查询项目活动列表", notes = "后台管理端查询项目活动列表")
114 114
     @ApiImplicitParams({
115 115
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
116 116
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -135,7 +135,7 @@ public class TaBuildingDynamicController extends BaseController {
135 135
         return responseBean;
136 136
     }
137 137
 
138
-    @ApiOperation(value = "后台管理端查询项目活动列表", notes = "后台管理端查询项目活动列表")
138
+    // @ApiOperation(value = "后台管理端查询项目活动列表", notes = "后台管理端查询项目活动列表")
139 139
     @ApiImplicitParams({
140 140
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
141 141
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -173,7 +173,7 @@ public class TaBuildingDynamicController extends BaseController {
173 173
      * @param request
174 174
      * @return
175 175
      */
176
-    @ApiOperation(value = "微信端查询项目活动列表", notes = "微信端查询项目活动列表")
176
+    // @ApiOperation(value = "微信端查询项目活动列表", notes = "微信端查询项目活动列表")
177 177
     @ApiImplicitParams({
178 178
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
179 179
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -205,7 +205,7 @@ public class TaBuildingDynamicController extends BaseController {
205 205
         return responseBean;
206 206
     }
207 207
     
208
-    @ApiOperation(value = "微信端查询收藏项目活动列表", notes = "微信端查询收藏项目活动列表")
208
+    // @ApiOperation(value = "微信端查询收藏项目活动列表", notes = "微信端查询收藏项目活动列表")
209 209
     @ApiImplicitParams({
210 210
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
211 211
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -268,7 +268,7 @@ public class TaBuildingDynamicController extends BaseController {
268 268
      * @param dynamicId
269 269
      * @return
270 270
      */
271
-    @ApiOperation(value = "微信端查询活动详情", notes = "微信端查询活动详情")
271
+    // @ApiOperation(value = "微信端查询活动详情", notes = "微信端查询活动详情")
272 272
     @ApiImplicitParams({
273 273
             @ApiImplicitParam(dataTypeClass = String.class, name = "dynamicId", paramType = "path",value = "活动ID")
274 274
     })
@@ -291,7 +291,7 @@ public class TaBuildingDynamicController extends BaseController {
291 291
      * @param dynamicId
292 292
      * @return
293 293
      */
294
-    @ApiOperation(value = "微信端查询活报名动详情", notes = "微信端查询活报名动详情")
294
+    // @ApiOperation(value = "微信端查询活报名动详情", notes = "微信端查询活报名动详情")
295 295
     @ApiImplicitParams({
296 296
             @ApiImplicitParam(dataTypeClass = String.class, name = "dynamicId", paramType = "path",value = "活动ID")
297 297
     })
@@ -330,7 +330,7 @@ public class TaBuildingDynamicController extends BaseController {
330 330
      * @param enlistId
331 331
      * @return
332 332
      */
333
-    @ApiOperation(value = "微信端活动签到", notes = "微信端活动签到")
333
+    // @ApiOperation(value = "微信端活动签到", notes = "微信端活动签到")
334 334
     @ApiImplicitParams({
335 335
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "enlistId", paramType = "path",value = "活动报名ID")
336 336
     })
@@ -382,7 +382,7 @@ public class TaBuildingDynamicController extends BaseController {
382 382
      * @param request
383 383
      * @return
384 384
      */
385
-    @ApiOperation(value = "微信端添加活动报名", notes = "微信端添加活动报名")
385
+    // @ApiOperation(value = "微信端添加活动报名", notes = "微信端添加活动报名")
386 386
     @ApiImplicitParams({
387 387
             @ApiImplicitParam(dataType = "TaActivityDynamicEnlist", name = "taActivityDynamicEnlist", paramType = "body",value = "")
388 388
     })
@@ -438,7 +438,7 @@ public class TaBuildingDynamicController extends BaseController {
438 438
     }
439 439
     
440 440
     
441
-    @ApiOperation(value = "后端活动添加", notes = "后端活动添加")
441
+    // @ApiOperation(value = "后端活动添加", notes = "后端活动添加")
442 442
     @ApiImplicitParams({
443 443
             @ApiImplicitParam(dataType = "TaBuildingDynamic", name = "parameter", paramType = "body",value = "活动详细信息")
444 444
     })
@@ -486,7 +486,7 @@ public class TaBuildingDynamicController extends BaseController {
486 486
         return responseBean;
487 487
     }
488 488
     
489
-    @ApiOperation(value = "后端活动更新", notes = "后端微信活动更新")
489
+    // @ApiOperation(value = "后端活动更新", notes = "后端微信活动更新")
490 490
     @ApiImplicitParams({
491 491
             @ApiImplicitParam(dataType = "TaBuildingDynamic", name = "parameter", paramType = "body",value = "活动详细信息")
492 492
     })
@@ -522,7 +522,7 @@ public class TaBuildingDynamicController extends BaseController {
522 522
         return responseBean;
523 523
     }
524 524
     
525
-    @ApiOperation(value = "后端置顶", notes = "后端置顶")
525
+    // @ApiOperation(value = "后端置顶", notes = "后端置顶")
526 526
     @ApiImplicitParams({
527 527
             @ApiImplicitParam(dataType = "String", name = "dynamicId", paramType = "query",value = "活动ID"),
528 528
             @ApiImplicitParam(dataType = "Integer", name = "weight", paramType = "query",value = "权重")
@@ -543,7 +543,7 @@ public class TaBuildingDynamicController extends BaseController {
543 543
         return responseBean;
544 544
     }
545 545
 
546
-    @ApiOperation(value = "活动推首页", notes = "活动推首页")
546
+    // @ApiOperation(value = "活动推首页", notes = "活动推首页")
547 547
     @ApiImplicitParams({
548 548
             @ApiImplicitParam(dataType = "String", name = "dynamicId", paramType = "query",value = "活动ID"),
549 549
             @ApiImplicitParam(dataType = "Integer", name = "home", paramType = "query",value = "首页标志")
@@ -565,7 +565,7 @@ public class TaBuildingDynamicController extends BaseController {
565 565
     }
566 566
     
567 567
     
568
-    @ApiOperation(value = "后端删除", notes = "后端删除")
568
+    // @ApiOperation(value = "后端删除", notes = "后端删除")
569 569
     @ApiImplicitParams({
570 570
             @ApiImplicitParam(dataType = "String", name = "id", paramType = "query",value = "活动ID")
571 571
     })
@@ -575,7 +575,7 @@ public class TaBuildingDynamicController extends BaseController {
575 575
         return responseBean;
576 576
     }
577 577
     
578
-    @ApiOperation(value = "后端发布活动", notes = "后端发布活动")
578
+    // @ApiOperation(value = "后端发布活动", notes = "后端发布活动")
579 579
     @ApiImplicitParams({
580 580
             @ApiImplicitParam(dataType = "String", name = "dynamicId", paramType = "path",value = "活动ID")
581 581
     })
@@ -592,7 +592,7 @@ public class TaBuildingDynamicController extends BaseController {
592 592
         return responseBean;
593 593
     }
594 594
     
595
-    @ApiOperation(value = "后端取消活动", notes = "后端取消活动")
595
+    // @ApiOperation(value = "后端取消活动", notes = "后端取消活动")
596 596
     @ApiImplicitParams({
597 597
             @ApiImplicitParam(dataType = "String", name = "dynamicId", paramType = "path",value = "活动ID")
598 598
     })
@@ -609,7 +609,7 @@ public class TaBuildingDynamicController extends BaseController {
609 609
         return responseBean;
610 610
     }
611 611
     
612
-    @ApiOperation(value = "后端活动详情", notes = "后端活动详情")
612
+    // @ApiOperation(value = "后端活动详情", notes = "后端活动详情")
613 613
     @ApiImplicitParams({
614 614
             @ApiImplicitParam(dataType = "String", name = "dynamicId", paramType = "query",value = "活动ID")
615 615
     })
@@ -629,7 +629,7 @@ public class TaBuildingDynamicController extends BaseController {
629 629
         return responseBean;
630 630
     }
631 631
     
632
-    @ApiOperation(value = "后端报名列表", notes = "后端报名列表")
632
+    // @ApiOperation(value = "后端报名列表", notes = "后端报名列表")
633 633
     @ApiImplicitParams({
634 634
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
635 635
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -659,7 +659,7 @@ public class TaBuildingDynamicController extends BaseController {
659 659
         return ResponseBean.success(map);
660 660
     }
661 661
     
662
-    @ApiOperation(value = "后端结束活动", notes = "后端结束活动")
662
+    // @ApiOperation(value = "后端结束活动", notes = "后端结束活动")
663 663
     @ApiImplicitParams({
664 664
             @ApiImplicitParam(dataType = "String", name = "parameter", paramType = "body",value = "活动ID dynamicId 和 top")
665 665
     })

+ 7
- 7
src/main/java/com/huiju/estateagents/controller/TaChannelController.java 파일 보기

@@ -62,7 +62,7 @@ public class TaChannelController extends BaseController {
62 62
      * @param pageSize
63 63
      * @return
64 64
      */
65
-    @ApiOperation(value = "渠道管理列表", notes = "渠道管理列表")
65
+    // @ApiOperation(value = "渠道管理列表", notes = "渠道管理列表")
66 66
     @ApiImplicitParams({
67 67
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
68 68
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -108,7 +108,7 @@ public class TaChannelController extends BaseController {
108 108
      * @param channel 实体对象
109 109
      * @return
110 110
      */
111
-    @ApiOperation(value = "渠道保存", notes = "渠道保存")
111
+    // @ApiOperation(value = "渠道保存", notes = "渠道保存")
112 112
     @ApiImplicitParams({
113 113
             @ApiImplicitParam(dataTypeClass = TaChannel.class, name = "channel", paramType = "body",value = "当前对象"),
114 114
     })
@@ -138,7 +138,7 @@ public class TaChannelController extends BaseController {
138 138
      * 根据id删除对象
139 139
      * @param id  实体ID
140 140
      */
141
-    @ApiOperation(value = "根据渠道ID删除", notes = "根据渠道ID删除")
141
+    // @ApiOperation(value = "根据渠道ID删除", notes = "根据渠道ID删除")
142 142
     @ApiImplicitParams({
143 143
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "id", paramType = "query",value = "渠道id"),
144 144
     })
@@ -166,7 +166,7 @@ public class TaChannelController extends BaseController {
166 166
      * @param channel 实体对象
167 167
      * @return
168 168
      */
169
-    @ApiOperation(value = "根据渠道ID修改", notes = "根据渠道ID修改")
169
+    // @ApiOperation(value = "根据渠道ID修改", notes = "根据渠道ID修改")
170 170
     @ApiImplicitParams({
171 171
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "id", paramType = "query",value = "渠道id"),
172 172
     })
@@ -193,7 +193,7 @@ public class TaChannelController extends BaseController {
193 193
      * 根据id查询对象
194 194
      * @param id  实体ID
195 195
      */
196
-    @ApiOperation(value = "根据渠道ID查询", notes = "根据渠道ID查询")
196
+    // @ApiOperation(value = "根据渠道ID查询", notes = "根据渠道ID查询")
197 197
     @ApiImplicitParams({
198 198
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "id", paramType = "query",value = "渠道id"),
199 199
     })
@@ -213,7 +213,7 @@ public class TaChannelController extends BaseController {
213 213
     /**
214 214
      * 渠道管理下的经纪人
215 215
      */
216
-    @ApiOperation(value = "渠道管理下的经纪人", notes = "渠道管理下的经纪人")
216
+    // @ApiOperation(value = "渠道管理下的经纪人", notes = "渠道管理下的经纪人")
217 217
     @ApiImplicitParams({
218 218
             @ApiImplicitParam(dataTypeClass = String.class, name = "name", paramType = "query",value = "姓名"),
219 219
             @ApiImplicitParam(dataTypeClass = String.class, name = "phone", paramType = "query",value = "电话"),
@@ -236,7 +236,7 @@ public class TaChannelController extends BaseController {
236 236
     /**
237 237
      * 渠道邀请经纪人列表
238 238
      */
239
-    @ApiOperation(value = "渠道邀请经纪人列表", notes = "渠道邀请经纪人列表")
239
+    // @ApiOperation(value = "渠道邀请经纪人列表", notes = "渠道邀请经纪人列表")
240 240
     @ApiImplicitParams({
241 241
             @ApiImplicitParam(dataTypeClass = String.class, name = "id", paramType = "query",value = "姓名"),
242 242
             @ApiImplicitParam(dataTypeClass = String.class, name = "phone", paramType = "query",value = "电话"),

+ 9
- 9
src/main/java/com/huiju/estateagents/controller/TaGoodsController.java 파일 보기

@@ -60,7 +60,7 @@ public class TaGoodsController extends BaseController {
60 60
      * @param pageSize
61 61
      * @return
62 62
      */
63
-    @ApiOperation(value = "后台商品列表", notes = "后台商品列表")
63
+    // @ApiOperation(value = "后台商品列表", notes = "后台商品列表")
64 64
     @ApiImplicitParams({
65 65
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNumber", paramType = "query",value = "第几页"),
66 66
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -109,7 +109,7 @@ public class TaGoodsController extends BaseController {
109 109
      * @param taGoods 实体对象
110 110
      * @return
111 111
      */
112
-    @ApiOperation(value = "后台商品保存", notes = "后台商品保存")
112
+    // @ApiOperation(value = "后台商品保存", notes = "后台商品保存")
113 113
     @ApiImplicitParams({
114 114
             @ApiImplicitParam(dataType = "TaGoods", name = "taGoods", paramType = "body",value = "商品详细数据")
115 115
     })
@@ -161,7 +161,7 @@ public class TaGoodsController extends BaseController {
161 161
      * @param taGoods 实体对象
162 162
      * @return
163 163
      */
164
-    @ApiOperation(value = "后台商品修改", notes = "后台商品修改")
164
+    // @ApiOperation(value = "后台商品修改", notes = "后台商品修改")
165 165
     @ApiImplicitParams({
166 166
             @ApiImplicitParam(dataType = "TaGoods", name = "taGoods", paramType = "body",value = "商品详细数据")
167 167
     })
@@ -191,7 +191,7 @@ public class TaGoodsController extends BaseController {
191 191
      * @param taGoods 实体对象
192 192
      * @return
193 193
      */
194
-    @ApiOperation(value = "后台商品状态变更", notes = "后台商品状态变更")
194
+    // @ApiOperation(value = "后台商品状态变更", notes = "后台商品状态变更")
195 195
     @ApiImplicitParams({
196 196
             @ApiImplicitParam(dataType = "TaGoods", name = "taGoods", paramType = "body",value = "商品详细数据")
197 197
     })
@@ -222,7 +222,7 @@ public class TaGoodsController extends BaseController {
222 222
      * 根据id查询对象
223 223
      * @param id  实体ID
224 224
      */
225
-    @ApiOperation(value = "后台商品详情", notes = "后台商品详情")
225
+    // @ApiOperation(value = "后台商品详情", notes = "后台商品详情")
226 226
     @ApiImplicitParams({
227 227
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "商品id")
228 228
     })
@@ -240,7 +240,7 @@ public class TaGoodsController extends BaseController {
240 240
     }
241 241
 
242 242
 
243
-    @ApiOperation(value = "微信 查询有商品的项目", notes = "微信 查询有商品的项目")
243
+    // @ApiOperation(value = "微信 查询有商品的项目", notes = "微信 查询有商品的项目")
244 244
     @GetMapping(value = "/wx/goodsToBuilding")
245 245
     public ResponseBean wxGoodsToBuilding(@RequestParam(value = "cityId", required = false) Integer cityId, HttpServletRequest request) {
246 246
         return iTaBuildingService.getBuildingListById(getOrgId(request),cityId);
@@ -252,7 +252,7 @@ public class TaGoodsController extends BaseController {
252 252
      * @param pageSize
253 253
      * @return
254 254
      */
255
-    @ApiOperation(value = "微信商品列表", notes = "微信商品列表")
255
+    // @ApiOperation(value = "微信商品列表", notes = "微信商品列表")
256 256
     @ApiImplicitParams({
257 257
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
258 258
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -307,7 +307,7 @@ public class TaGoodsController extends BaseController {
307 307
      * 根据id查询对象
308 308
      * @param id  实体ID
309 309
      */
310
-    @ApiOperation(value = "微信商品详情", notes = "微信商品详情")
310
+    // @ApiOperation(value = "微信商品详情", notes = "微信商品详情")
311 311
     @ApiImplicitParams({
312 312
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "商品id")
313 313
     })
@@ -330,7 +330,7 @@ public class TaGoodsController extends BaseController {
330 330
      * @param request
331 331
      * @return
332 332
      */
333
-    @ApiOperation(value = "微信兑换商品接口", notes = "微信兑换商品接口")
333
+    // @ApiOperation(value = "微信兑换商品接口", notes = "微信兑换商品接口")
334 334
     @ApiImplicitParams({
335 335
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "商品id")
336 336
     })

+ 1
- 1
src/main/java/com/huiju/estateagents/controller/TaMiniappController.java 파일 보기

@@ -202,7 +202,7 @@ public class TaMiniappController extends BaseController {
202 202
         }
203 203
     }
204 204
 
205
-    @ApiOperation(value = "获取小程序名称", notes = "获取小程序名称")
205
+    // @ApiOperation(value = "获取小程序名称", notes = "获取小程序名称")
206 206
     @GetMapping(value = "/admin/getMiniappName")
207 207
     public ResponseBean getMiniappName(HttpServletRequest request){
208 208
         Integer orgId = getOrgId(request);

+ 5
- 5
src/main/java/com/huiju/estateagents/controller/TaNewsController.java 파일 보기

@@ -67,7 +67,7 @@ public class TaNewsController extends BaseController {
67 67
      * @param pageSize
68 68
      * @return
69 69
      */
70
-    @ApiOperation(value = "资讯列表", notes = "资讯列表")
70
+    // @ApiOperation(value = "资讯列表", notes = "资讯列表")
71 71
     @ApiImplicitParams({
72 72
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
73 73
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -124,7 +124,7 @@ public class TaNewsController extends BaseController {
124 124
      * @param taNews 实体对象
125 125
      * @return
126 126
      */
127
-    @ApiOperation(value = "保存资讯", notes = "保存资讯")
127
+    // @ApiOperation(value = "保存资讯", notes = "保存资讯")
128 128
     @ApiImplicitParams({
129 129
             @ApiImplicitParam(dataType = "TaNews", name = "taNews", paramType = "body",value = "资讯详细数据")
130 130
     })
@@ -154,7 +154,7 @@ public class TaNewsController extends BaseController {
154 154
      * @param taNews 实体对象
155 155
      * @return
156 156
      */
157
-    @ApiOperation(value = "修改资讯", notes = "修改资讯")
157
+    // @ApiOperation(value = "修改资讯", notes = "修改资讯")
158 158
     @ApiImplicitParams({
159 159
             @ApiImplicitParam(dataType = "TaNews", name = "taNews", paramType = "body",value = "资讯数据"),
160 160
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "taNews", paramType = "path", value = "资讯id")
@@ -179,7 +179,7 @@ public class TaNewsController extends BaseController {
179 179
      * 根据id查询对象
180 180
      * @param id  实体ID
181 181
      */
182
-    @ApiOperation(value = "咨询详情", notes = "咨询详情")
182
+    // @ApiOperation(value = "咨询详情", notes = "咨询详情")
183 183
     @ApiImplicitParams({
184 184
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "资讯id")
185 185
     })
@@ -189,7 +189,7 @@ public class TaNewsController extends BaseController {
189 189
         return responseBean;
190 190
     }
191 191
 
192
-    @ApiOperation(value = "资讯置顶", notes = "资讯置顶")
192
+    // @ApiOperation(value = "资讯置顶", notes = "资讯置顶")
193 193
     @ApiImplicitParams({
194 194
             @ApiImplicitParam(dataType = "String", name = "newsId", paramType = "query",value = "资讯ID"),
195 195
             @ApiImplicitParam(dataType = "Integer", name = "weight", paramType = "query",value = "权重")

+ 4
- 4
src/main/java/com/huiju/estateagents/controller/TaNewsTypeController.java 파일 보기

@@ -49,7 +49,7 @@ public class TaNewsTypeController extends BaseController {
49 49
      * @param pageSize
50 50
      * @return
51 51
      */
52
-    @ApiOperation(value = "查询资讯类型", notes = "查询资讯类型")
52
+    // @ApiOperation(value = "查询资讯类型", notes = "查询资讯类型")
53 53
     @ApiImplicitParams({
54 54
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
55 55
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -69,7 +69,7 @@ public class TaNewsTypeController extends BaseController {
69 69
      * @param taNewsType 实体对象
70 70
      * @return
71 71
      */
72
-    @ApiOperation(value = "保存资讯类型", notes = "保存资讯类型")
72
+    // @ApiOperation(value = "保存资讯类型", notes = "保存资讯类型")
73 73
     @ApiImplicitParams({
74 74
             @ApiImplicitParam(dataType = "TaNewsType", name = "taNewsType", paramType = "body",value = "资讯类型数据")
75 75
     })
@@ -96,7 +96,7 @@ public class TaNewsTypeController extends BaseController {
96 96
      * @param taNewsType 实体对象
97 97
      * @return
98 98
      */
99
-    @ApiOperation(value = "修改资讯类型", notes = "根据ID修改资讯类型")
99
+    // @ApiOperation(value = "修改资讯类型", notes = "根据ID修改资讯类型")
100 100
     @ApiImplicitParams({
101 101
             @ApiImplicitParam(dataType = "TaNewsType", name = "taNewsType", paramType = "body",value = "资讯类型数据"),
102 102
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "资讯id")
@@ -114,7 +114,7 @@ public class TaNewsTypeController extends BaseController {
114 114
      * 根据id查询对象
115 115
      * @param id  实体ID
116 116
      */
117
-    @ApiOperation(value = "咨询类型详情", notes = "咨询类型详情")
117
+    // @ApiOperation(value = "咨询类型详情", notes = "咨询类型详情")
118 118
     @ApiImplicitParams({
119 119
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "资讯id")
120 120
     })

+ 5
- 5
src/main/java/com/huiju/estateagents/controller/TaPersonLevelSettingController.java 파일 보기

@@ -51,7 +51,7 @@ public class TaPersonLevelSettingController extends BaseController {
51 51
      * @return
52 52
      */
53 53
     @RequestMapping(value="/{client}/person-level",method= RequestMethod.GET)
54
-    @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
54
+    // @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
55 55
     public ResponseBean taPersonLevelSettingList(@ApiParam(value = "客户端", allowableValues = "wx,admin") @PathVariable String client,
56 56
                                                  @ApiParam("页码") @RequestParam(value ="pageNum",defaultValue = "1") Integer pageNum,
57 57
                                                  @ApiParam("单页数据量") @RequestParam(value ="pageSize",defaultValue = "10") Integer pageSize,
@@ -74,7 +74,7 @@ public class TaPersonLevelSettingController extends BaseController {
74 74
      * @return
75 75
      */
76 76
     @RequestMapping(value="/admin/person-level",method= RequestMethod.POST)
77
-    @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
77
+    // @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
78 78
     public ResponseBean taPersonLevelSettingAdd(@ApiParam("保存内容") @RequestBody TaPersonLevelSetting taPersonLevelSetting,
79 79
                                                 HttpServletRequest request) throws Exception{
80 80
         if (null == taPersonLevelSetting) {
@@ -98,7 +98,7 @@ public class TaPersonLevelSettingController extends BaseController {
98 98
      * @param id  实体ID
99 99
      */
100 100
     @RequestMapping(value="/admin/person-level/{id}", method= RequestMethod.DELETE)
101
-    @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
101
+    // @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
102 102
     public ResponseBean taPersonLevelSettingDelete(@ApiParam("对象ID") @PathVariable Integer id) throws Exception{
103 103
         TaPersonLevelSetting taPersonLevelSetting = iTaPersonLevelSettingService.getById(id);
104 104
         taPersonLevelSetting.setStatus(CommConstant.STATUS_DELETE);
@@ -112,7 +112,7 @@ public class TaPersonLevelSettingController extends BaseController {
112 112
      * @return
113 113
      */
114 114
     @RequestMapping(value="/admin/person-level/{id}",method= RequestMethod.PUT)
115
-    @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
115
+    // @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
116 116
     public ResponseBean taPersonLevelSettingUpdate(@ApiParam("对象ID") @PathVariable Integer id,
117 117
                                                    @ApiParam("更新内容") @RequestBody TaPersonLevelSetting taPersonLevelSetting) throws Exception{
118 118
         taPersonLevelSetting.setLevelId(id);
@@ -128,7 +128,7 @@ public class TaPersonLevelSettingController extends BaseController {
128 128
      * @param id  实体ID
129 129
      */
130 130
     @RequestMapping(value="/admin/person-level/{id}",method= RequestMethod.GET)
131
-    @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
131
+    // @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
132 132
     public ResponseBean taPersonLevelSettingGet(@ApiParam("对象ID") @PathVariable Integer id) throws Exception{
133 133
         return ResponseBean.success(iTaPersonLevelSettingService.getById(id));
134 134
     }

+ 7
- 7
src/main/java/com/huiju/estateagents/controller/TaPolicyController.java 파일 보기

@@ -57,7 +57,7 @@ public class TaPolicyController extends BaseController {
57 57
      * @param pageSize
58 58
      * @return
59 59
      */
60
-    @ApiOperation(value = "后台政策维护列表", notes = "后台政策维护列表")
60
+    // @ApiOperation(value = "后台政策维护列表", notes = "后台政策维护列表")
61 61
     @ApiImplicitParams({
62 62
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
63 63
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -93,7 +93,7 @@ public class TaPolicyController extends BaseController {
93 93
      * @param pageSize
94 94
      * @return
95 95
      */
96
-    @ApiOperation(value = "微信政策维护列表", notes = "微信政策维护列表")
96
+    // @ApiOperation(value = "微信政策维护列表", notes = "微信政策维护列表")
97 97
     @ApiImplicitParams({
98 98
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
99 99
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -128,7 +128,7 @@ public class TaPolicyController extends BaseController {
128 128
      * @param taPolicy 实体对象
129 129
      * @return
130 130
      */
131
-    @ApiOperation(value = "后台政策维护保存", notes = "后台政策维护保存")
131
+    // @ApiOperation(value = "后台政策维护保存", notes = "后台政策维护保存")
132 132
     @ApiImplicitParams({
133 133
             @ApiImplicitParam(dataType = "TaPolicy", name = "taPolicy", paramType = "body",value = "政策数据")
134 134
     })
@@ -166,7 +166,7 @@ public class TaPolicyController extends BaseController {
166 166
      * 根据id删除对象
167 167
      * @param id  实体ID
168 168
      */
169
-    @ApiOperation(value = "后台政策维护删除", notes = "后台政策维护删除")
169
+    // @ApiOperation(value = "后台政策维护删除", notes = "后台政策维护删除")
170 170
     @ApiImplicitParams({
171 171
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "政策数据ID")
172 172
     })
@@ -195,7 +195,7 @@ public class TaPolicyController extends BaseController {
195 195
      * @param taPolicy 实体对象
196 196
      * @return
197 197
      */
198
-    @ApiOperation(value = "后台政策维护修改", notes = "后台政策维护修改")
198
+    // @ApiOperation(value = "后台政策维护修改", notes = "后台政策维护修改")
199 199
     @ApiImplicitParams({
200 200
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "政策数据ID"),
201 201
             @ApiImplicitParam(dataType = "TaPolicy", name = "taPolicy", paramType = "body",value = "政策数据")
@@ -234,7 +234,7 @@ public class TaPolicyController extends BaseController {
234 234
      * 根据id查询对象
235 235
      * @param id  实体ID
236 236
      */
237
-    @ApiOperation(value = "后台政策维护查询", notes = "后台政策维护查询")
237
+    // @ApiOperation(value = "后台政策维护查询", notes = "后台政策维护查询")
238 238
     @ApiImplicitParams({
239 239
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "政策数据ID")
240 240
     })
@@ -254,7 +254,7 @@ public class TaPolicyController extends BaseController {
254 254
      * 根据id查询对象
255 255
      * @param id  实体ID
256 256
      */
257
-    @ApiOperation(value = "微信政策维护查询", notes = "微信政策维护查询")
257
+    // @ApiOperation(value = "微信政策维护查询", notes = "微信政策维护查询")
258 258
     @ApiImplicitParams({
259 259
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "政策数据ID")
260 260
     })

+ 8
- 8
src/main/java/com/huiju/estateagents/controller/TaRecommendCustomerController.java 파일 보기

@@ -92,7 +92,7 @@ public class TaRecommendCustomerController extends BaseController {
92 92
      * @return
93 93
      */
94 94
     @GetMapping("/wx/customer/list")
95
-    @ApiOperation(value = "查询我的客户列表", notes = "查询我的客户列表")
95
+    // @ApiOperation(value = "查询我的客户列表", notes = "查询我的客户列表")
96 96
     @ApiImplicitParams({
97 97
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNumber", paramType = "query", value = "第几页"),
98 98
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
@@ -117,7 +117,7 @@ public class TaRecommendCustomerController extends BaseController {
117 117
      * @return
118 118
      */
119 119
     @GetMapping("/admin/customer/list/{userId}")
120
-    @ApiOperation(value = "查询我的客户列表", notes = "查询我的客户列表")
120
+    // @ApiOperation(value = "查询我的客户列表", notes = "查询我的客户列表")
121 121
     @ApiImplicitParams({
122 122
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNumber", paramType = "query", value = "第几页"),
123 123
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
@@ -152,7 +152,7 @@ public class TaRecommendCustomerController extends BaseController {
152 152
      * @return
153 153
      */
154 154
     @GetMapping("/wx/customer/{id}")
155
-    @ApiOperation(value = "查询客户详情", notes = "查询客户详情")
155
+    // @ApiOperation(value = "查询客户详情", notes = "查询客户详情")
156 156
     @ApiImplicitParams({
157 157
             @ApiImplicitParam(dataTypeClass = String.class, name = "id", paramType = "path", value = "搜索关键字,目前仅支持姓名")
158 158
     })
@@ -171,7 +171,7 @@ public class TaRecommendCustomerController extends BaseController {
171 171
      * @return
172 172
      */
173 173
     @PostMapping("/wx/customer/edit")
174
-    @ApiOperation(value = "客户编辑", notes = "客户编辑")
174
+    // @ApiOperation(value = "客户编辑", notes = "客户编辑")
175 175
     @ApiImplicitParams({
176 176
             @ApiImplicitParam(dataTypeClass = String.class, name = "id", paramType = "path", value = "搜索关键字,目前仅支持姓名")
177 177
     })
@@ -924,7 +924,7 @@ public class TaRecommendCustomerController extends BaseController {
924 924
      * @return
925 925
      */
926 926
     @GetMapping("/wx/inventory/customer/statistics")
927
-    @ApiOperation(value = "查询我的客户人数统计", notes = "查询我的客户人数统计")
927
+    // @ApiOperation(value = "查询我的客户人数统计", notes = "查询我的客户人数统计")
928 928
     public ResponseBean getMyCustStatistics(HttpServletRequest request) {
929 929
         String openid = getOpenId(request);
930 930
         return taRecommendCustomerService.getMyCustStatistics(openid);
@@ -938,7 +938,7 @@ public class TaRecommendCustomerController extends BaseController {
938 938
      * @return
939 939
      */
940 940
     @GetMapping("/wx/inventory/customer/statistics/{type}")
941
-    @ApiOperation(value = "查询我的客户人数统计", notes = "查询我的客户人数统计")
941
+    // @ApiOperation(value = "查询我的客户人数统计", notes = "查询我的客户人数统计")
942 942
     public ResponseBean getMyCustFollows(@PathVariable(value = "type") String type,
943 943
                                          @RequestParam(value = "pageNumber", defaultValue = "0") Integer pageNumber,
944 944
                                          @RequestParam(value = "pageSize", defaultValue = "10") Integer pageSize,
@@ -961,7 +961,7 @@ public class TaRecommendCustomerController extends BaseController {
961 961
      * @return
962 962
      */
963 963
     @GetMapping("/wx/inventory/customer/{customerId}")
964
-    @ApiOperation(value = "查询客户详情", notes = "查询客户详情")
964
+    // @ApiOperation(value = "查询客户详情", notes = "查询客户详情")
965 965
     public ResponseBean getMyCustDetail(@PathVariable(value = "customerId") String customerId, HttpServletRequest request) {
966 966
         String openid = getOpenId(request);
967 967
         return taRecommendCustomerService.getMyCustDetail(customerId, openid);
@@ -974,7 +974,7 @@ public class TaRecommendCustomerController extends BaseController {
974 974
      * @return
975 975
      */
976 976
     @PutMapping("/wx/inventory/customer/{customerId}")
977
-    @ApiOperation(value = "编辑客户信息", notes = "编辑客户信息")
977
+    // @ApiOperation(value = "编辑客户信息", notes = "编辑客户信息")
978 978
     public ResponseBean updateMyCustDetail(@PathVariable(value = "customerId") String customerId,
979 979
                                            @RequestBody TaRecommendCustomer taRecommendCustomer, HttpServletRequest request) {
980 980
         String openid = getOpenId(request);

+ 5
- 5
src/main/java/com/huiju/estateagents/controller/TaShopBannerController.java 파일 보기

@@ -50,7 +50,7 @@ public class TaShopBannerController extends BaseController {
50 50
      * @return
51 51
      */
52 52
     @RequestMapping(value="/{client}/shop-banner",method= RequestMethod.GET)
53
-    @ApiOperation(value="商铺Banner列表", notes = "商铺Banner列表", httpMethod = "GET", response = ResponseBean.class)
53
+    // @ApiOperation(value="商铺Banner列表", notes = "商铺Banner列表", httpMethod = "GET", response = ResponseBean.class)
54 54
     public ResponseBean taShopBannerList(@ApiParam(value = "客户端", allowableValues = "wx,admin") @PathVariable String client,
55 55
                                          @ApiParam("页码") @RequestParam(value ="pageNum",defaultValue = "1") Integer pageNum,
56 56
                                          @ApiParam("单页数据量") @RequestParam(value ="pageSize",defaultValue = "10") Integer pageSize) throws Exception{
@@ -70,7 +70,7 @@ public class TaShopBannerController extends BaseController {
70 70
      * @return
71 71
      */
72 72
     @RequestMapping(value="/admin/shop-banner",method= RequestMethod.POST)
73
-    @ApiOperation(value="商铺Banner保存", notes = "商铺Banner保存", httpMethod = "POST", response = ResponseBean.class)
73
+    // @ApiOperation(value="商铺Banner保存", notes = "商铺Banner保存", httpMethod = "POST", response = ResponseBean.class)
74 74
     public ResponseBean taShopBannerAdd(@ApiParam("保存内容") @RequestBody TaShopBanner taShopBanner,
75 75
                                         HttpServletRequest request) throws Exception{
76 76
 
@@ -89,7 +89,7 @@ public class TaShopBannerController extends BaseController {
89 89
      * @param id  实体ID
90 90
      */
91 91
     @RequestMapping(value="/admin/shop-banner/{id}", method= RequestMethod.DELETE)
92
-    @ApiOperation(value="商铺Banner删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
92
+    // @ApiOperation(value="商铺Banner删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
93 93
     public ResponseBean taShopBannerDelete(@ApiParam("对象ID") @PathVariable Integer id, HttpServletRequest request) throws Exception{
94 94
         TaShopBanner taShopBanner = iTaShopBannerService.getById(id);
95 95
         if (null == taShopBanner || CommConstant.STATUS_DELETE.equals(taShopBanner.getStatus())) {
@@ -107,7 +107,7 @@ public class TaShopBannerController extends BaseController {
107 107
      * @return
108 108
      */
109 109
     @RequestMapping(value="/admin/shop-banner/{id}",method= RequestMethod.PUT)
110
-    @ApiOperation(value="商铺Banner更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
110
+    // @ApiOperation(value="商铺Banner更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
111 111
     public ResponseBean taShopBannerUpdate(@ApiParam("对象ID") @PathVariable Integer id,
112 112
                                            @ApiParam("更新内容") @RequestBody TaShopBanner taShopBanner,
113 113
                                            HttpServletRequest request) throws Exception{
@@ -129,7 +129,7 @@ public class TaShopBannerController extends BaseController {
129 129
      * @param id  实体ID
130 130
      */
131 131
     @RequestMapping(value="/admin/shop-banner/{id}",method= RequestMethod.GET)
132
-    @ApiOperation(value="商铺Banner详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
132
+    // @ApiOperation(value="商铺Banner详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
133 133
     public ResponseBean taShopBannerGet(@ApiParam("对象ID") @PathVariable Integer id, HttpServletRequest request) throws Exception{
134 134
         TaShopBanner taShopBanner = iTaShopBannerService.getById(id);
135 135
         if (null == taShopBanner || CommConstant.STATUS_DELETE.equals(taShopBanner.getStatus())) {

+ 5
- 5
src/main/java/com/huiju/estateagents/controller/TaShopController.java 파일 보기

@@ -57,7 +57,7 @@ public class TaShopController extends BaseController {
57 57
      * @return
58 58
      */
59 59
     @RequestMapping(value="/{client}/shop",method= RequestMethod.GET)
60
-    @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
60
+    // @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
61 61
     public ResponseBean getList(@ApiParam("客户端") @PathVariable String client,
62 62
                                 @ApiParam("页码") @RequestParam(value ="pageNum",defaultValue = "1") Integer pageNum,
63 63
                                 @ApiParam("单页数据量") @RequestParam(value ="pageSize",defaultValue = "10") Integer pageSize,
@@ -87,7 +87,7 @@ public class TaShopController extends BaseController {
87 87
      * @return
88 88
      */
89 89
     @RequestMapping(value="/admin/shop",method= RequestMethod.POST)
90
-    @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
90
+    // @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
91 91
     public ResponseBean taShopAdd(@ApiParam("保存内容") @RequestBody TaShop taShop,
92 92
                                   HttpServletRequest request) throws Exception{
93 93
 
@@ -112,7 +112,7 @@ public class TaShopController extends BaseController {
112 112
      * @param id  实体ID
113 113
      */
114 114
     @RequestMapping(value="/admin/shop/{id}", method= RequestMethod.DELETE)
115
-    @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
115
+    // @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
116 116
     public ResponseBean taShopDelete(@ApiParam("对象ID") @PathVariable String id,
117 117
                                      HttpServletRequest request) throws Exception{
118 118
 
@@ -133,7 +133,7 @@ public class TaShopController extends BaseController {
133 133
      * @return
134 134
      */
135 135
     @RequestMapping(value="/admin/shop/{id}",method= RequestMethod.PUT)
136
-    @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
136
+    // @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
137 137
     public ResponseBean taShopUpdate(@ApiParam("对象ID") @PathVariable String id,
138 138
                                      @ApiParam("更新内容") @RequestBody TaShop taShop) throws Exception{
139 139
 
@@ -154,7 +154,7 @@ public class TaShopController extends BaseController {
154 154
      * @param id  实体ID
155 155
      */
156 156
     @RequestMapping(value="/{client}/shop/{id}",method= RequestMethod.GET)
157
-    @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
157
+    // @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
158 158
     public ResponseBean taShopGet(@ApiParam("客户端") @PathVariable String client,
159 159
                                   @ApiParam("对象ID") @PathVariable String id) throws Exception{
160 160
         return ResponseBean.success(iTaShopService.getById(id));

+ 5
- 5
src/main/java/com/huiju/estateagents/controller/TaShopTypeController.java 파일 보기

@@ -52,7 +52,7 @@ public class TaShopTypeController extends BaseController {
52 52
      * @return
53 53
      */
54 54
     @RequestMapping(value="/{client}/shop-type",method= RequestMethod.GET)
55
-    @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
55
+    // @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
56 56
     public ResponseBean taShopTypeList(@ApiParam("客户端") @PathVariable String client,
57 57
                                        @ApiParam("页码") @RequestParam(value ="pageNum",defaultValue = "1") Integer pageNum,
58 58
                                        @ApiParam("单页数据量") @RequestParam(value ="pageSize",defaultValue = "10") Integer pageSize,
@@ -76,7 +76,7 @@ public class TaShopTypeController extends BaseController {
76 76
      * @return
77 77
      */
78 78
     @RequestMapping(value="/admin/shop-type",method= RequestMethod.POST)
79
-    @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
79
+    // @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
80 80
     public ResponseBean taShopTypeAdd(@ApiParam("保存内容") @RequestBody TaShopType taShopType,
81 81
                                       HttpServletRequest request) throws Exception{
82 82
 
@@ -95,7 +95,7 @@ public class TaShopTypeController extends BaseController {
95 95
      * @param id  实体ID
96 96
      */
97 97
     @RequestMapping(value="/admin/shop-type/{id}", method= RequestMethod.DELETE)
98
-    @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
98
+    // @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
99 99
     public ResponseBean taShopTypeDelete(@ApiParam("对象ID") @PathVariable String id) throws Exception{
100 100
         TaShopType taShopType = iTaShopTypeService.getById(id);
101 101
         taShopType.setStatus(CommConstant.STATUS_DELETE);
@@ -113,7 +113,7 @@ public class TaShopTypeController extends BaseController {
113 113
      * @return
114 114
      */
115 115
     @RequestMapping(value="/admin/shop-type/{id}",method= RequestMethod.PUT)
116
-    @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
116
+    // @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
117 117
     public ResponseBean taShopTypeUpdate(@ApiParam("对象ID") @PathVariable String id,
118 118
                                          @ApiParam("更新内容") @RequestBody TaShopType taShopType) throws Exception{
119 119
 
@@ -130,7 +130,7 @@ public class TaShopTypeController extends BaseController {
130 130
      * @param id  实体ID
131 131
      */
132 132
     @RequestMapping(value="/{client}/shop-type/{id}",method= RequestMethod.GET)
133
-    @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
133
+    // @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
134 134
     public ResponseBean taShopTypeGet(@ApiParam("客户端") @PathVariable String client,
135 135
                                       @ApiParam("对象ID") @PathVariable String id) throws Exception{
136 136
         return ResponseBean.success(iTaShopTypeService.getById(id));

+ 6
- 6
src/main/java/com/huiju/estateagents/controller/TdBuildingTypeController.java 파일 보기

@@ -63,7 +63,7 @@ public class TdBuildingTypeController extends BaseController {
63 63
      * @param pageSize
64 64
      * @return
65 65
      */
66
-    @ApiOperation(value = "查询项目类型", notes = "查询项目类型")
66
+    // @ApiOperation(value = "查询项目类型", notes = "查询项目类型")
67 67
     @ApiImplicitParams({
68 68
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
69 69
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行")
@@ -117,7 +117,7 @@ public class TdBuildingTypeController extends BaseController {
117 117
      * @param pageSize
118 118
      * @return
119 119
      */
120
-    @ApiOperation(value = "微信查询项目类型", notes = "微信查询项目类型")
120
+    // @ApiOperation(value = "微信查询项目类型", notes = "微信查询项目类型")
121 121
     @ApiImplicitParams({
122 122
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
123 123
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行")
@@ -151,7 +151,7 @@ public class TdBuildingTypeController extends BaseController {
151 151
      * @param tdBuildingType 实体对象
152 152
      * @return
153 153
      */
154
-    @ApiOperation(value = "项目类型保存", notes = "项目类型保存")
154
+    // @ApiOperation(value = "项目类型保存", notes = "项目类型保存")
155 155
     @RequestMapping(value="/admin/tdBuildingType",method= RequestMethod.POST)
156 156
     public ResponseBean tdBuildingTypeAdd(@RequestBody TdBuildingType tdBuildingType, HttpServletRequest request){
157 157
         ResponseBean responseBean = new ResponseBean();
@@ -182,7 +182,7 @@ public class TdBuildingTypeController extends BaseController {
182 182
      * 根据id删除对象
183 183
      * @param id  实体ID
184 184
      */
185
-    @ApiOperation(value = "项目类型 根据项目类型id删除", notes = "项目类型删除 根据项目类型id删除")
185
+    // @ApiOperation(value = "项目类型 根据项目类型id删除", notes = "项目类型删除 根据项目类型id删除")
186 186
     @ApiImplicitParams({
187 187
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "id", paramType = "path",value = "项目类型id"),
188 188
     })
@@ -209,7 +209,7 @@ public class TdBuildingTypeController extends BaseController {
209 209
      * @param tdBuildingType 实体对象
210 210
      * @return
211 211
      */
212
-    @ApiOperation(value = "项目类型 根据项目类型id修改", notes = "项目类型删除 根据项目类型id修改")
212
+    // @ApiOperation(value = "项目类型 根据项目类型id修改", notes = "项目类型删除 根据项目类型id修改")
213 213
     @ApiImplicitParams({
214 214
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "id", paramType = "path",value = "项目类型id"),
215 215
             @ApiImplicitParam(dataTypeClass = TdBuildingType.class, name = "tdBuildingType", paramType = "body",value = "项目类型"),
@@ -257,7 +257,7 @@ public class TdBuildingTypeController extends BaseController {
257 257
      * 根据id查询对象
258 258
      * @param id  实体ID
259 259
      */
260
-    @ApiOperation(value = "项目类型 根据项目类型id查询对象", notes = "项目类型删除 根据项目类型id查询对象")
260
+    // @ApiOperation(value = "项目类型 根据项目类型id查询对象", notes = "项目类型删除 根据项目类型id查询对象")
261 261
     @ApiImplicitParams({
262 262
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "id", paramType = "path",value = "项目类型id"),
263 263
     })

+ 5
- 5
src/main/java/com/huiju/estateagents/controller/TdPointsRulesController.java 파일 보기

@@ -51,7 +51,7 @@ public class TdPointsRulesController extends BaseController {
51 51
      * @param pageSize
52 52
      * @return
53 53
      */
54
-    @ApiOperation(value = "后台积分列表", notes = "后台积分列表")
54
+    // @ApiOperation(value = "后台积分列表", notes = "后台积分列表")
55 55
     @ApiImplicitParams({
56 56
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
57 57
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -95,7 +95,7 @@ public class TdPointsRulesController extends BaseController {
95 95
      * @param pageSize
96 96
      * @return
97 97
      */
98
-    @ApiOperation(value = "微信积分列表", notes = "微信积分列表")
98
+    // @ApiOperation(value = "微信积分列表", notes = "微信积分列表")
99 99
     @ApiImplicitParams({
100 100
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
101 101
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行"),
@@ -185,7 +185,7 @@ public class TdPointsRulesController extends BaseController {
185 185
      * @param tdPointsRules 实体对象
186 186
      * @return
187 187
      */
188
-    @ApiOperation(value = "后台积分规则修改", notes = "后台积分规则修改")
188
+    // @ApiOperation(value = "后台积分规则修改", notes = "后台积分规则修改")
189 189
     @ApiImplicitParams({
190 190
             @ApiImplicitParam(dataType = "TdPointsRules", name = "tdPointsRules", paramType = "body",value = "积分详细数据")
191 191
     })
@@ -211,7 +211,7 @@ public class TdPointsRulesController extends BaseController {
211 211
      * @param tdPointsRules 实体对象
212 212
      * @return
213 213
      */
214
-    @ApiOperation(value = "后台积分规则停用启用", notes = "后台积分规则停用启用")
214
+    // @ApiOperation(value = "后台积分规则停用启用", notes = "后台积分规则停用启用")
215 215
     @ApiImplicitParams({
216 216
             @ApiImplicitParam(dataType = "TdPointsRules", name = "tdPointsRules", paramType = "body",value = "积分详细数据")
217 217
     })
@@ -241,7 +241,7 @@ public class TdPointsRulesController extends BaseController {
241 241
      * 根据id查询对象
242 242
      * @param id  实体ID
243 243
      */
244
-    @ApiOperation(value = "后台积分规则详情", notes = "后台积分规则详情")
244
+    // @ApiOperation(value = "后台积分规则详情", notes = "后台积分规则详情")
245 245
     @ApiImplicitParams({
246 246
             @ApiImplicitParam(dataType = "Integer", name = "id", paramType = "path",value = "积分id")
247 247
     })

+ 1
- 1
src/main/java/com/huiju/estateagents/controller/TdReportController.java 파일 보기

@@ -48,7 +48,7 @@ public class TdReportController extends BaseController {
48 48
      * @param pageSize
49 49
      * @return
50 50
      */
51
-    @ApiOperation(value = "后台报表列表", notes = "后台报表列表")
51
+    // @ApiOperation(value = "后台报表列表", notes = "后台报表列表")
52 52
     @ApiImplicitParams({
53 53
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNum", paramType = "query",value = "第几页"),
54 54
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query",value = "一页多少行")

+ 5
- 5
src/main/java/com/huiju/estateagents/controller/TdShopBadgeController.java 파일 보기

@@ -48,7 +48,7 @@ public class TdShopBadgeController extends BaseController {
48 48
      * @return
49 49
      */
50 50
     @RequestMapping(value="/{client}/shop-badge",method= RequestMethod.GET)
51
-    @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
51
+    // @ApiOperation(value="列表", notes = "列表", httpMethod = "GET", response = ResponseBean.class)
52 52
     public ResponseBean tdShopBadgeList(@ApiParam(value = "客户端", allowableValues = "wx,admin") @PathVariable String client,
53 53
                                         @ApiParam("页码") @RequestParam(value ="pageNum",defaultValue = "1") Integer pageNum,
54 54
 									    @ApiParam("单页数据量") @RequestParam(value ="pageSize",defaultValue = "10") Integer pageSize) throws Exception{
@@ -68,7 +68,7 @@ public class TdShopBadgeController extends BaseController {
68 68
 //     * @return
69 69
 //     */
70 70
 //    @RequestMapping(value="/tdShopBadge",method= RequestMethod.POST)
71
-//    @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
71
+//    // @ApiOperation(value="保存", notes = "保存", httpMethod = "POST", response = ResponseBean.class)
72 72
 //    public ResponseBean tdShopBadgeAdd(@ApiParam("保存内容") @RequestBody TdShopBadge tdShopBadge) throws Exception{
73 73
 //
74 74
 //        if (iTdShopBadgeService.save(tdShopBadge)){
@@ -83,7 +83,7 @@ public class TdShopBadgeController extends BaseController {
83 83
 //     * @param id  实体ID
84 84
 //     */
85 85
 //    @RequestMapping(value="/tdShopBadge/{id}", method= RequestMethod.DELETE)
86
-//    @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
86
+//    // @ApiOperation(value="删除", notes = "删除", httpMethod = "DELETE", response = ResponseBean.class)
87 87
 //    public ResponseBean tdShopBadgeDelete(@ApiParam("对象ID") @PathVariable Integer id) throws Exception{
88 88
 //        if(iTdShopBadgeService.removeById(id)){
89 89
 //            return ResponseBean.success("success");
@@ -99,7 +99,7 @@ public class TdShopBadgeController extends BaseController {
99 99
 //     * @return
100 100
 //     */
101 101
 //    @RequestMapping(value="/tdShopBadge/{id}",method= RequestMethod.PUT)
102
-//    @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
102
+//    // @ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
103 103
 //    public ResponseBean tdShopBadgeUpdate(@ApiParam("对象ID") @PathVariable Integer id,
104 104
 //                                        @ApiParam("更新内容") @RequestBody TdShopBadge tdShopBadge) throws Exception{
105 105
 //
@@ -115,7 +115,7 @@ public class TdShopBadgeController extends BaseController {
115 115
 //     * @param id  实体ID
116 116
 //     */
117 117
 //    @RequestMapping(value="/tdShopBadge/{id}",method= RequestMethod.GET)
118
-//    @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
118
+//    // @ApiOperation(value="详情", notes = "详情", httpMethod = "GET", response = ResponseBean.class)
119 119
 //    public ResponseBean tdShopBadgeGet(@ApiParam("对象ID") @PathVariable Integer id) throws Exception{
120 120
 //        return ResponseBean.success(iTdShopBadgeService.getById(id));
121 121
 //    }

+ 5
- 5
src/main/java/com/huiju/estateagents/property/controller/AnnouncementTelController.java 파일 보기

@@ -38,7 +38,7 @@ public class AnnouncementTelController extends BaseController {
38 38
 	@Autowired
39 39
 	private IAnnouncementTelService announcementTelService;
40 40
 	
41
-	@ApiOperation(value = "根据搜索条件获取物业端号码", notes = "根据搜索条件获取物业端号码")
41
+	// @ApiOperation(value = "根据搜索条件获取物业端号码", notes = "根据搜索条件获取物业端号码")
42 42
 	@ApiImplicitParams({
43 43
 			@ApiImplicitParam(paramType = "query", dataType = "String", name = "name", value = "名称(模糊查询)"),
44 44
 			@ApiImplicitParam(paramType = "query", dataType = "String", name = "tel", value = "号码(模糊查询)"),
@@ -64,7 +64,7 @@ public class AnnouncementTelController extends BaseController {
64 64
 		return responseBean;
65 65
 	}
66 66
 	
67
-	@ApiOperation(value = "添加物业端号码", notes = "添加物业端号码")
67
+	// @ApiOperation(value = "添加物业端号码", notes = "添加物业端号码")
68 68
 	@ApiImplicitParams({
69 69
 			@ApiImplicitParam(dataTypeClass = String.class, paramType = "AnnouncementTel", name = "announcementTel", value = "电话号码实体类"),
70 70
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -102,7 +102,7 @@ public class AnnouncementTelController extends BaseController {
102 102
 		return responseBean;
103 103
 	}
104 104
 	
105
-	@ApiOperation(value = "根据ID修改物业端号码", notes = "根据ID修改物业端号码")
105
+	// @ApiOperation(value = "根据ID修改物业端号码", notes = "根据ID修改物业端号码")
106 106
 	@ApiImplicitParams({
107 107
 			@ApiImplicitParam(paramType = "body", dataType = "AnnouncementTel", name = "announcementTel", value = "电话号码实体类"),
108 108
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -153,7 +153,7 @@ public class AnnouncementTelController extends BaseController {
153 153
 		return responseBean;
154 154
 	}
155 155
 	
156
-	@ApiOperation(value = "获取Id获取物业端号码详情", notes = "获取Id获取物业端号码详情")
156
+	// @ApiOperation(value = "获取Id获取物业端号码详情", notes = "获取Id获取物业端号码详情")
157 157
 	@ApiImplicitParams({
158 158
 			@ApiImplicitParam(paramType = "Path", dataType = "integer", name = "id", value = "主键Id"),
159 159
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -166,7 +166,7 @@ public class AnnouncementTelController extends BaseController {
166 166
 		return responseBean;
167 167
 	}
168 168
 	
169
-	@ApiOperation(value = "根据ID批量删除物业端号码", notes = "根据ID批量删除物业端号码")
169
+	// @ApiOperation(value = "根据ID批量删除物业端号码", notes = "根据ID批量删除物业端号码")
170 170
 	@ApiImplicitParams({
171 171
 			@ApiImplicitParam(paramType = "body", dataType = "integer", name = "ids", value = "主键Id"),
172 172
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")

+ 7
- 7
src/main/java/com/huiju/estateagents/property/controller/BillController.java 파일 보기

@@ -43,7 +43,7 @@ public class BillController extends BaseController {
43 43
     private IBillService iBillService;
44 44
     
45 45
     
46
-    @ApiOperation(value = "根据搜索条件获取缴费项列表", notes = "根据搜索条件获取缴费项列表")
46
+    // @ApiOperation(value = "根据搜索条件获取缴费项列表", notes = "根据搜索条件获取缴费项列表")
47 47
     @ApiImplicitParams({
48 48
             @ApiImplicitParam(paramType = "query", dataType = "Integer", name = "billId", value = "收费组编号"),
49 49
             @ApiImplicitParam(paramType = "query", dataType = "String", name = "billName", value = "收费组名(模糊查询)"),
@@ -68,7 +68,7 @@ public class BillController extends BaseController {
68 68
         return responseBean;
69 69
     }
70 70
     
71
-    @ApiOperation(value = "根据 id 查询缴费项详情", notes = "根据 id 查询缴费项详情")
71
+    // @ApiOperation(value = "根据 id 查询缴费项详情", notes = "根据 id 查询缴费项详情")
72 72
     @ApiImplicitParams({
73 73
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "id", value = "id编号")
74 74
     })
@@ -79,7 +79,7 @@ public class BillController extends BaseController {
79 79
         return responseBean;
80 80
     }
81 81
 
82
-    @ApiOperation(value = "上传缴费项接口, 预览", notes = "上传缴费项接口, 预览")
82
+    // @ApiOperation(value = "上传缴费项接口, 预览", notes = "上传缴费项接口, 预览")
83 83
     @PostMapping(value = "/bill/uploadExcel/get", consumes = "multipart/*", headers = "content-type=multipart/form-data")
84 84
     public ResponseBean getUploadExcel(@RequestParam("file") MultipartFile file, HttpServletRequest request) {
85 85
         ResponseBean responseBean = new ResponseBean();
@@ -88,7 +88,7 @@ public class BillController extends BaseController {
88 88
         return responseBean;
89 89
     }
90 90
 
91
-    @ApiOperation(value = "上传缴费项接口, 保存/修改", notes = "上传缴费项接口, 保存/修改")
91
+    // @ApiOperation(value = "上传缴费项接口, 保存/修改", notes = "上传缴费项接口, 保存/修改")
92 92
     @PostMapping(value = "/bill/uploadExcel/add", consumes = "multipart/*", headers = "content-type=multipart/form-data")
93 93
     public ResponseBean addUploadExcel(HttpServletRequest request,
94 94
                                        @RequestParam(value = "billId", required = false) Integer billId,
@@ -112,7 +112,7 @@ public class BillController extends BaseController {
112 112
     }
113 113
 
114 114
 
115
-    @ApiOperation(value = "根据 id 修改缴费项状态", notes = "根据 id 修改缴费项状态")
115
+    // @ApiOperation(value = "根据 id 修改缴费项状态", notes = "根据 id 修改缴费项状态")
116 116
     @ApiImplicitParams({
117 117
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "id", value = "id编号"),
118 118
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "query", name = "billStatus", value = "状态 0:正在收费  2: 草稿")
@@ -128,7 +128,7 @@ public class BillController extends BaseController {
128 128
         return responseBean;
129 129
     }
130 130
 
131
-    @ApiOperation(value = "根据 id集合 删除缴费项", notes = "根据 id集合 删除缴费项")
131
+    // @ApiOperation(value = "根据 id集合 删除缴费项", notes = "根据 id集合 删除缴费项")
132 132
     @ApiImplicitParams({
133 133
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "ids", value = "id编号集合"),
134 134
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -143,7 +143,7 @@ public class BillController extends BaseController {
143 143
         return responseBean;
144 144
     }
145 145
 
146
-    @ApiOperation(value = "下载Excel模板", notes = "下载Excel模板")
146
+    // @ApiOperation(value = "下载Excel模板", notes = "下载Excel模板")
147 147
     @ApiImplicitParams({
148 148
 //            @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "billExplain收费组说明"),
149 149
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")

+ 12
- 12
src/main/java/com/huiju/estateagents/property/controller/BillInvoiceController.java 파일 보기

@@ -44,7 +44,7 @@ public class BillInvoiceController extends BaseController {
44 44
     @Autowired
45 45
     private IBillService iBillService;
46 46
 
47
-    @ApiOperation(value = "查询缴费单", notes = "查询缴费单")
47
+    // @ApiOperation(value = "查询缴费单", notes = "查询缴费单")
48 48
     @ApiImplicitParams({
49 49
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "billId: 缴费项目id," +
50 50
                     "phase: 期,building: 栋,unit: 单元,roomNo: 户号,ownerName: 业主姓名," +
@@ -59,7 +59,7 @@ public class BillInvoiceController extends BaseController {
59 59
         return responseBean;
60 60
     }
61 61
 
62
-    @ApiOperation(value = "修改缴费项 收费项名称,缴费项说明,截止时间", notes = "修改缴费项 收费项名称,缴费项说明,截止时间")
62
+    // @ApiOperation(value = "修改缴费项 收费项名称,缴费项说明,截止时间", notes = "修改缴费项 收费项名称,缴费项说明,截止时间")
63 63
     @ApiImplicitParams({
64 64
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "billName收费项名称,billExplain缴费项说明,endDate截止时间"),
65 65
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -73,7 +73,7 @@ public class BillInvoiceController extends BaseController {
73 73
         return responseBean;
74 74
     }
75 75
 
76
-    @ApiOperation(value = "根据 id集合 删除缴费单", notes = "根据 id集合 删除缴费单")
76
+    // @ApiOperation(value = "根据 id集合 删除缴费单", notes = "根据 id集合 删除缴费单")
77 77
     @ApiImplicitParams({
78 78
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "ids", value = "id集合"),
79 79
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -87,7 +87,7 @@ public class BillInvoiceController extends BaseController {
87 87
         return responseBean;
88 88
     }
89 89
 
90
-    @ApiOperation(value = "设置线下缴费", notes = "设置线下缴费")
90
+    // @ApiOperation(value = "设置线下缴费", notes = "设置线下缴费")
91 91
     @ApiImplicitParams({
92 92
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "ids", value = "id集合"),
93 93
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -101,7 +101,7 @@ public class BillInvoiceController extends BaseController {
101 101
         return responseBean;
102 102
     }
103 103
 
104
-    @ApiOperation(value = "由前台批量添加收费单, 默认定为 作废", notes = "由前台批量添加收费单, 默认定为 作废")
104
+    // @ApiOperation(value = "由前台批量添加收费单, 默认定为 作废", notes = "由前台批量添加收费单, 默认定为 作废")
105 105
     @ApiImplicitParams({
106 106
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "billId缴费项编号,phase期/区," +
107 107
                     "building栋,unit单元,roomNo户号,worthOf截止时间(催缴日期),billInvoiceExplain收费单说明,payPrice收费金额"),
@@ -115,7 +115,7 @@ public class BillInvoiceController extends BaseController {
115 115
         return responseBean;
116 116
     }
117 117
 
118
-    @ApiOperation(value = "由前台批量添加收费单, 进行统一的提交, 修改为有效", notes = "由前台批量添加收费单, 进行统一的提交, 修改为有效")
118
+    // @ApiOperation(value = "由前台批量添加收费单, 进行统一的提交, 修改为有效", notes = "由前台批量添加收费单, 进行统一的提交, 修改为有效")
119 119
     @ApiImplicitParams({
120 120
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "ids", value = "id集合"),
121 121
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -128,7 +128,7 @@ public class BillInvoiceController extends BaseController {
128 128
         return responseBean;
129 129
     }
130 130
 
131
-    @ApiOperation(value = "查询前台批量添加的收费单, 状态是作废", notes = "查询前台批量添加的收费单, 状态是作废")
131
+    // @ApiOperation(value = "查询前台批量添加的收费单, 状态是作废", notes = "查询前台批量添加的收费单, 状态是作废")
132 132
     @ApiImplicitParams({
133 133
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "billId", value = "缴费id"),
134 134
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -141,7 +141,7 @@ public class BillInvoiceController extends BaseController {
141 141
         return responseBean;
142 142
     }
143 143
 
144
-    @ApiOperation(value = "根据id删除收费单, 只能删除作废的", notes = "根据id删除收费单, 只能删除作废的")
144
+    // @ApiOperation(value = "根据id删除收费单, 只能删除作废的", notes = "根据id删除收费单, 只能删除作废的")
145 145
     @ApiImplicitParams({
146 146
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "billId", value = "缴费id"),
147 147
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -154,7 +154,7 @@ public class BillInvoiceController extends BaseController {
154 154
         return responseBean;
155 155
     }
156 156
 
157
-    @ApiOperation(value = "根据缴费单id, 修改金额", notes = "根据缴费单id, 修改金额")
157
+    // @ApiOperation(value = "根据缴费单id, 修改金额", notes = "根据缴费单id, 修改金额")
158 158
     @ApiImplicitParams({
159 159
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "billId", value = "缴费id"),
160 160
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "payPrice金额"),
@@ -169,7 +169,7 @@ public class BillInvoiceController extends BaseController {
169 169
         return responseBean;
170 170
     }
171 171
 
172
-    @ApiOperation(value = "根据缴费单id, 修改收费说明", notes = "根据缴费单id, 修改收费说明")
172
+    // @ApiOperation(value = "根据缴费单id, 修改收费说明", notes = "根据缴费单id, 修改收费说明")
173 173
     @ApiImplicitParams({
174 174
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "billId", value = "缴费id"),
175 175
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "billInvoiceExplain收费说明"),
@@ -196,7 +196,7 @@ public class BillInvoiceController extends BaseController {
196 196
     }
197 197
 
198 198
 
199
-    @ApiOperation(value = "导出Excel", notes = "导出Excel")
199
+    // @ApiOperation(value = "导出Excel", notes = "导出Excel")
200 200
     @ApiImplicitParams({
201 201
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "billId", value = "缴费id"),
202 202
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -220,7 +220,7 @@ public class BillInvoiceController extends BaseController {
220 220
 
221 221
 
222 222
 
223
-    @ApiOperation(value = "根据缴费项id, 查询草稿", notes = "根据缴费项id, 查询草稿")
223
+    // @ApiOperation(value = "根据缴费项id, 查询草稿", notes = "根据缴费项id, 查询草稿")
224 224
     @ApiImplicitParams({
225 225
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "billId", value = "billId缴费项id,pageNum当前页,pageSize一页多少行"),
226 226
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")

+ 1
- 1
src/main/java/com/huiju/estateagents/property/controller/BillOrderController.java 파일 보기

@@ -37,7 +37,7 @@ public class BillOrderController extends BaseController {
37 37
 
38 38
 
39 39
     @RequestMapping(value = "/bill/order/getByOrderNumberBillInvoice/{orderNumber}", method = RequestMethod.GET)
40
-    @ApiOperation(value = "根据订单查询 缴费单", notes = "根据订单查询 缴费单")
40
+    // @ApiOperation(value = "根据订单查询 缴费单", notes = "根据订单查询 缴费单")
41 41
     @ApiImplicitParams({
42 42
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "header", name = "X-Auth-Token", value = "Token"),
43 43
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "path", name = "orderNumber", value = "订单号")

+ 2
- 2
src/main/java/com/huiju/estateagents/property/controller/BillStatementController.java 파일 보기

@@ -39,7 +39,7 @@ public class BillStatementController extends BaseController {
39 39
     @Autowired
40 40
     private IBillStatementService iBillStatementService;
41 41
 
42
-    @ApiOperation(value = "获取订单信息", notes = "获取订单信息")
42
+    // @ApiOperation(value = "获取订单信息", notes = "获取订单信息")
43 43
     @ApiImplicitParams({
44 44
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "payPhone订单号," +
45 45
                     "billId缴费项编号,billName缴费项名称,billInvoiceId缴费单编号,payName缴费人"),
@@ -53,7 +53,7 @@ public class BillStatementController extends BaseController {
53 53
         return responseBean;
54 54
     }
55 55
 
56
-    @ApiOperation(value = "导出Excel", notes = "导出Excel")
56
+    // @ApiOperation(value = "导出Excel", notes = "导出Excel")
57 57
     @ApiImplicitParams({
58 58
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
59 59
     })

+ 19
- 19
src/main/java/com/huiju/estateagents/property/controller/BuildingOwnerInfoController.java 파일 보기

@@ -51,7 +51,7 @@ public class BuildingOwnerInfoController extends BaseController {
51 51
     @Autowired
52 52
     private ITaFaceService iTaFaceService;
53 53
 
54
-    @ApiOperation(value = "获取楼栋业主信息", notes = "根据条件获取")
54
+    // @ApiOperation(value = "获取楼栋业主信息", notes = "根据条件获取")
55 55
     @ApiImplicitParams({
56 56
             @ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter",value = "buildingId栋;" +
57 57
                     "unitId单元;levelId楼层;roomNoId户号;" +
@@ -66,7 +66,7 @@ public class BuildingOwnerInfoController extends BaseController {
66 66
         return responseBean;
67 67
     }
68 68
 
69
-    @ApiOperation(value = "获取楼栋业主审核详情", notes = "获取楼栋业主审核详情")
69
+    // @ApiOperation(value = "获取楼栋业主审核详情", notes = "获取楼栋业主审核详情")
70 70
     @ApiImplicitParams({
71 71
             @ApiImplicitParam(paramType = "query", dataTypeClass = Integer.class, name = "userVerifyId",value = "审核Id")
72 72
     })
@@ -117,7 +117,7 @@ public class BuildingOwnerInfoController extends BaseController {
117 117
 
118 118
     }
119 119
 
120
-    @ApiOperation(value = "修改楼栋业务信息", notes = "修改楼栋业主信息")
120
+    // @ApiOperation(value = "修改楼栋业务信息", notes = "修改楼栋业主信息")
121 121
     @ApiImplicitParams({
122 122
             @ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter",value = "userVerifyId审核编号;roleId角色编号;verifyStatus审核 true通过;false不通过;remark备注"),
123 123
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -130,7 +130,7 @@ public class BuildingOwnerInfoController extends BaseController {
130 130
         return responseBean;
131 131
     }
132 132
 
133
-    @ApiOperation(value = "添加楼栋业务信息", notes = "添加楼栋业务信息")
133
+    // @ApiOperation(value = "添加楼栋业务信息", notes = "添加楼栋业务信息")
134 134
     @ApiImplicitParams({
135 135
             @ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter", value = "phaseId期;buildingId栋;" +
136 136
                     "unitId单元;levelId楼层;roomNoId户号;" +
@@ -146,7 +146,7 @@ public class BuildingOwnerInfoController extends BaseController {
146 146
         return responseBean;
147 147
     }
148 148
 
149
-    @ApiOperation(value = "批量删除楼栋业主信息", notes = "批量删除楼栋业主信息")
149
+    // @ApiOperation(value = "批量删除楼栋业主信息", notes = "批量删除楼栋业主信息")
150 150
     @ApiImplicitParams({
151 151
             @ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "ids",value = "id集合"),
152 152
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -159,7 +159,7 @@ public class BuildingOwnerInfoController extends BaseController {
159 159
         return responseBean;
160 160
     }
161 161
 
162
-    @ApiOperation(value = "查询 期区", notes = "查询 期区")
162
+    // @ApiOperation(value = "查询 期区", notes = "查询 期区")
163 163
     @ApiImplicitParams({
164 164
     })
165 165
     @RequestMapping(value = "/building/phase",method = RequestMethod.GET)
@@ -170,7 +170,7 @@ public class BuildingOwnerInfoController extends BaseController {
170 170
         return responseBean;
171 171
     }
172 172
     
173
-    @ApiOperation(value = "查询 楼栋", notes = "查询 楼栋")
173
+    // @ApiOperation(value = "查询 楼栋", notes = "查询 楼栋")
174 174
     @ApiImplicitParams({
175 175
             @ApiImplicitParam(paramType = "query", name = "phaseId",value = "期区ID")
176 176
     })
@@ -182,7 +182,7 @@ public class BuildingOwnerInfoController extends BaseController {
182 182
         return responseBean;
183 183
     }
184 184
     
185
-    @ApiOperation(value = "查询 单元", notes = "查询 单元")
185
+    // @ApiOperation(value = "查询 单元", notes = "查询 单元")
186 186
     @ApiImplicitParams({
187 187
             @ApiImplicitParam(paramType = "query", name = "buildingId",value = "楼栋ID")
188 188
     })
@@ -194,7 +194,7 @@ public class BuildingOwnerInfoController extends BaseController {
194 194
         return responseBean;
195 195
     }
196 196
     
197
-    @ApiOperation(value = "查询 楼层", notes = "查询 楼层")
197
+    // @ApiOperation(value = "查询 楼层", notes = "查询 楼层")
198 198
     @ApiImplicitParams({
199 199
             @ApiImplicitParam(paramType = "query", name = "unitId",value = "单元ID")
200 200
     })
@@ -206,7 +206,7 @@ public class BuildingOwnerInfoController extends BaseController {
206 206
         return responseBean;
207 207
     }
208 208
     
209
-    @ApiOperation(value = "查询 房间号", notes = "查询 房间号")
209
+    // @ApiOperation(value = "查询 房间号", notes = "查询 房间号")
210 210
     @ApiImplicitParams({
211 211
             @ApiImplicitParam(paramType = "query", name = "levelId",value = "楼层ID")
212 212
     })
@@ -218,7 +218,7 @@ public class BuildingOwnerInfoController extends BaseController {
218 218
         return responseBean;
219 219
     }
220 220
     
221
-    @ApiOperation(value = "上传楼栋信息接口", notes = "上传楼栋信息接口")
221
+    // @ApiOperation(value = "上传楼栋信息接口", notes = "上传楼栋信息接口")
222 222
     @PostMapping(value = "/building/uploadExcel", consumes = "multipart/*", headers = "content-type=multipart/form-data")
223 223
     public ResponseBean uploadExcel(@RequestParam("file") MultipartFile file) {
224 224
         ResponseBean responseBean = new ResponseBean();
@@ -226,7 +226,7 @@ public class BuildingOwnerInfoController extends BaseController {
226 226
         return responseBean;
227 227
     }
228 228
  
229
-    @ApiOperation(value = "上传楼栋信息并入库", notes = "上传楼栋信息并入库")
229
+    // @ApiOperation(value = "上传楼栋信息并入库", notes = "上传楼栋信息并入库")
230 230
     @PostMapping(value = "/building/submitExcel", consumes = "multipart/*", headers = "content-type=multipart/form-data")
231 231
     public ResponseBean submitExcel(@RequestParam("file") MultipartFile file, HttpServletRequest request) {
232 232
         ResponseBean responseBean = new ResponseBean();
@@ -241,7 +241,7 @@ public class BuildingOwnerInfoController extends BaseController {
241 241
         return responseBean;
242 242
     }
243 243
 
244
-    @ApiOperation(value = "获取已认证通过的用户信息",nickname ="获取已认证通过的用户信息")
244
+    // @ApiOperation(value = "获取已认证通过的用户信息",nickname ="获取已认证通过的用户信息")
245 245
     @ApiImplicitParams({
246 246
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="ownerName:姓名,ownerTel:手机号 ,current:每页显示多少条,current:每页显示多少条,pageSzie:当前页数")})
247 247
 
@@ -252,7 +252,7 @@ public class BuildingOwnerInfoController extends BaseController {
252 252
         return allApprove;
253 253
     }
254 254
 
255
-    @ApiOperation(value = "修改用户当前认证状态",nickname ="修改用户当前认证状态")
255
+    // @ApiOperation(value = "修改用户当前认证状态",nickname ="修改用户当前认证状态")
256 256
     @ApiImplicitParams({
257 257
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="ownerTel:手机号,verifyStatus:当前状态")})
258 258
 
@@ -262,7 +262,7 @@ public class BuildingOwnerInfoController extends BaseController {
262 262
         return userParent;
263 263
     }
264 264
 
265
-    @ApiOperation(value = "小区楼栋资料表",nickname ="小区楼栋资料表")
265
+    // @ApiOperation(value = "小区楼栋资料表",nickname ="小区楼栋资料表")
266 266
     @ApiImplicitParams({
267 267
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="phase:期,building:楼栋 ,unit:单元,level:楼层,roomNo:户号, pageNum:每页显示多少条,pageSzie:当前页数"),
268 268
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")})
@@ -273,7 +273,7 @@ public class BuildingOwnerInfoController extends BaseController {
273 273
         return buildinglist;
274 274
     }
275 275
 
276
-    @ApiOperation(value = "小区楼栋资料表-查询 楼栋/单元/楼层/户号", notes = "小区楼栋资料表-查询 楼栋/单元/楼层/户号")
276
+    // @ApiOperation(value = "小区楼栋资料表-查询 楼栋/单元/楼层/户号", notes = "小区楼栋资料表-查询 楼栋/单元/楼层/户号")
277 277
     @ApiImplicitParams({
278 278
             @ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter", value = "phase:期;building楼栋;" +
279 279
                     "unit单元;level楼层:roomNo:户号") // ;roomNo户号
@@ -285,7 +285,7 @@ public class BuildingOwnerInfoController extends BaseController {
285 285
         return responseBean;
286 286
     }
287 287
 
288
-    @ApiOperation(value = "小区楼栋资料表-修改 楼栋/单元/楼层/户号", notes = "小区楼栋资料表-修改 楼栋/单元/楼层/户号")
288
+    // @ApiOperation(value = "小区楼栋资料表-修改 楼栋/单元/楼层/户号", notes = "小区楼栋资料表-修改 楼栋/单元/楼层/户号")
289 289
     @ApiImplicitParams({
290 290
             @ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter", value = "phase:期;building:当前楼栋;" +
291 291
                     "unit:当前楼层单元;level:当前楼层楼层;roomNo:当前楼层楼层")
@@ -297,7 +297,7 @@ public class BuildingOwnerInfoController extends BaseController {
297 297
         return responseBean;
298 298
     }
299 299
 
300
-    @ApiOperation(value = "下载Excel模板(小区楼栋信息)", notes = "下载Excel模板(小区楼栋信息)")
300
+    // @ApiOperation(value = "下载Excel模板(小区楼栋信息)", notes = "下载Excel模板(小区楼栋信息)")
301 301
     @ApiImplicitParams({
302 302
 //            @ApiImplicitParam(dataTypeClass = String.class, paramType = "body", name = "parameter", value = "billExplain收费组说明"),
303 303
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -317,7 +317,7 @@ public class BuildingOwnerInfoController extends BaseController {
317 317
             e.printStackTrace();
318 318
         }
319 319
     }
320
-    @ApiOperation(value = "住户资料详情",nickname ="住户资料详情")
320
+    // @ApiOperation(value = "住户资料详情",nickname ="住户资料详情")
321 321
     @ApiImplicitParams({
322 322
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:楼栋住户ID"),
323 323
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")})

+ 5
- 5
src/main/java/com/huiju/estateagents/property/controller/BuildingTreeController.java 파일 보기

@@ -29,7 +29,7 @@ public class BuildingTreeController extends BaseController {
29 29
 	@Autowired
30 30
 	private BuildingTreeServiceI buildingTreeService;
31 31
 	
32
-	@ApiOperation(value = "上传楼栋信息接口", notes = "上传楼栋信息接口")
32
+	// @ApiOperation(value = "上传楼栋信息接口", notes = "上传楼栋信息接口")
33 33
 	@PostMapping(value = "/tree/uploadExcel", consumes = "multipart/*", headers = "content-type=multipart/form-data")
34 34
 	public ResponseBean uploadExcel(@RequestParam("file") MultipartFile file) {
35 35
 		ResponseBean responseBean = new ResponseBean();
@@ -37,7 +37,7 @@ public class BuildingTreeController extends BaseController {
37 37
 		return responseBean;
38 38
 	}
39 39
 	
40
-	@ApiOperation(value = "上传楼栋信息并入库", notes = "上传楼栋信息并入库")
40
+	// @ApiOperation(value = "上传楼栋信息并入库", notes = "上传楼栋信息并入库")
41 41
 	@PostMapping(value = "/tree/submitExcel", consumes = "multipart/*", headers = "content-type=multipart/form-data")
42 42
 	public ResponseBean submitExcel(@RequestParam("file") MultipartFile file, HttpServletRequest request) {
43 43
 		ResponseBean responseBean = new ResponseBean();
@@ -46,7 +46,7 @@ public class BuildingTreeController extends BaseController {
46 46
 		return responseBean;
47 47
 	}
48 48
 	
49
-	@ApiOperation(value = "获取树形数据", notes = "获取树形数据")
49
+	// @ApiOperation(value = "获取树形数据", notes = "获取树形数据")
50 50
 	@GetMapping(value = "/admin/buildingInfo/trees")
51 51
 	@ApiImplicitParams({
52 52
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "authorization", value = "Token"),
@@ -60,7 +60,7 @@ public class BuildingTreeController extends BaseController {
60 60
 		return responseBean;
61 61
 	}
62 62
 
63
-	@ApiOperation(value = "添加当前节点", notes = "添加当前节点")
63
+	// @ApiOperation(value = "添加当前节点", notes = "添加当前节点")
64 64
 	@ApiImplicitParams({
65 65
 			@ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter", value = "id:当前节点;" +
66 66
 					"name:节点名称;type:(phase:(期),building:(栋),unit:(单元),level:(楼层),roomNo:(房间号)), roomNonodeNumber:输入的节点")
@@ -72,7 +72,7 @@ public class BuildingTreeController extends BaseController {
72 72
 		return responseBean;
73 73
 	}
74 74
 
75
-	@ApiOperation(value = "删除当前节点", notes = "删除当前节点")
75
+	// @ApiOperation(value = "删除当前节点", notes = "删除当前节点")
76 76
 	@ApiImplicitParams({
77 77
 			@ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter", value = "id:当前节点;type:(end:(房间),roomNo:(楼层),level:(单元),unit:(楼栋),building:(期))")
78 78
 	})

+ 3
- 3
src/main/java/com/huiju/estateagents/property/controller/CarouselSettingController.java 파일 보기

@@ -40,7 +40,7 @@ public class CarouselSettingController extends BaseController {
40 40
     @Autowired
41 41
     private ICarouselSettingService iCarouselSettingService;
42 42
 
43
-    @ApiOperation(value = "添加/修改公告的Banner数量", notes = "添加/修改公告的Banner数量")
43
+    // @ApiOperation(value = "添加/修改公告的Banner数量", notes = "添加/修改公告的Banner数量")
44 44
     @ApiImplicitParams({
45 45
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
46 46
             @ApiImplicitParam(paramType = "query", dataTypeClass = String.class, name = "parameter", value = "carouselNum数量值")
@@ -77,7 +77,7 @@ public class CarouselSettingController extends BaseController {
77 77
         return responseBean;
78 78
     }
79 79
 
80
-    @ApiOperation(value = "添加/修改活动的Banner数量", notes = "添加/修改活动的Banner数量")
80
+    // @ApiOperation(value = "添加/修改活动的Banner数量", notes = "添加/修改活动的Banner数量")
81 81
     @ApiImplicitParams({
82 82
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
83 83
             @ApiImplicitParam(paramType = "query", dataTypeClass = String.class, name = "parameter", value = "carouselNum数量值")
@@ -112,7 +112,7 @@ public class CarouselSettingController extends BaseController {
112 112
         return responseBean;
113 113
     }
114 114
 
115
-    @ApiOperation(value = "获取Banner数量", notes = "获取Banner数量")
115
+    // @ApiOperation(value = "获取Banner数量", notes = "获取Banner数量")
116 116
     @ApiImplicitParams({
117 117
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
118 118
     })

+ 1
- 1
src/main/java/com/huiju/estateagents/property/controller/CommunitiesController.java 파일 보기

@@ -32,7 +32,7 @@ public class CommunitiesController extends BaseController {
32 32
     @Autowired
33 33
     private IUserService iUserService;
34 34
 
35
-    @ApiOperation(value = "根据手机号 和 验证码 获取小区列表", notes = "根据手机号 和 验证码 获取小区列表")
35
+    // @ApiOperation(value = "根据手机号 和 验证码 获取小区列表", notes = "根据手机号 和 验证码 获取小区列表")
36 36
     @ApiImplicitParams({
37 37
             @ApiImplicitParam(paramType = "body", dataTypeClass = String.class, name = "parameter", value = "loginName手机号;code验证码")
38 38
     })

+ 7
- 7
src/main/java/com/huiju/estateagents/property/controller/HotelController.java 파일 보기

@@ -42,7 +42,7 @@ public class HotelController extends BaseController {
42 42
     private IHotelRoomService tpHotelRoomService;
43 43
 
44 44
 
45
-    @ApiOperation(value = "房屋列表", notes = "房屋列表")
45
+    // @ApiOperation(value = "房屋列表", notes = "房屋列表")
46 46
     @ApiImplicitParams({
47 47
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "roomNo:房间号" +
48 48
                     "roomName:房间名称" +
@@ -60,7 +60,7 @@ public class HotelController extends BaseController {
60 60
         return responseBean;
61 61
     }
62 62
 
63
-    @ApiOperation(value = "添加房间", notes = "添加房间")
63
+    // @ApiOperation(value = "添加房间", notes = "添加房间")
64 64
     @ApiImplicitParams({
65 65
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "roomNo:房间号" +
66 66
                     "roomName:房间名称" +
@@ -77,7 +77,7 @@ public class HotelController extends BaseController {
77 77
         return responseBean;
78 78
     }
79 79
 
80
-    @ApiOperation(value = "查询当前房间信息", notes = "查询当前房间信息")
80
+    // @ApiOperation(value = "查询当前房间信息", notes = "查询当前房间信息")
81 81
     @ApiImplicitParams({
82 82
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "id:房间ID")})
83 83
     @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -92,7 +92,7 @@ public class HotelController extends BaseController {
92 92
          responseBean.addSuccess(totelRoom);
93 93
          return responseBean;
94 94
     }
95
-    @ApiOperation(value = "编辑房间", notes = "编辑房间")
95
+    // @ApiOperation(value = "编辑房间", notes = "编辑房间")
96 96
     @ApiImplicitParams({
97 97
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "id:房间ID,roomNo:房间号" +
98 98
                     "roomName:房间名称" +
@@ -109,7 +109,7 @@ public class HotelController extends BaseController {
109 109
         return responseBean;
110 110
     }
111 111
 
112
-    @ApiOperation(value = "修改当前房间上架或下架状态", notes = "修改当前房间上架或下架状态")
112
+    // @ApiOperation(value = "修改当前房间上架或下架状态", notes = "修改当前房间上架或下架状态")
113 113
     @ApiImplicitParams({
114 114
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "id:[]房间ID,roomStatus:(1:是已上架 2:是已下架)"
115 115
             )})
@@ -121,7 +121,7 @@ public class HotelController extends BaseController {
121 121
         return responseBean;
122 122
     }
123 123
     
124
-    @ApiOperation(value = "根据小区获取酒店数据", notes = "根据搜索条件获取角色列表")
124
+    // @ApiOperation(value = "根据小区获取酒店数据", notes = "根据搜索条件获取角色列表")
125 125
     @ApiImplicitParams({
126 126
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
127 127
     })
@@ -134,7 +134,7 @@ public class HotelController extends BaseController {
134 134
         return responseBean;
135 135
     }
136 136
     
137
-    @ApiOperation(value = "添加酒店", notes = "添加酒店")
137
+    // @ApiOperation(value = "添加酒店", notes = "添加酒店")
138 138
     @ApiImplicitParams({
139 139
             @ApiImplicitParam(paramType = "body", dataType = "Hotel", name = "hotel", value = "酒店"),
140 140
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")

+ 2
- 2
src/main/java/com/huiju/estateagents/property/controller/ImageController.java 파일 보기

@@ -32,7 +32,7 @@ public class ImageController extends BaseController {
32 32
     @Autowired
33 33
     private ImageServiceI imageService;
34 34
 
35
-    @ApiOperation(value = "图片上传以及获取url", notes = "图片上传以及获取url")
35
+    // @ApiOperation(value = "图片上传以及获取url", notes = "图片上传以及获取url")
36 36
     @PostMapping(value = "/uploadimage", consumes = "multipart/*", headers = "content-type=multipart/form-data")
37 37
     public ResponseBean uploadImgAndGetUrl(@ApiParam(value = "uploadFiles" ,required = true) MultipartFile[] uploadFiles) throws Exception {
38 38
         ResponseBean responseBean = new ResponseBean();
@@ -45,7 +45,7 @@ public class ImageController extends BaseController {
45 45
         return responseBean;
46 46
     }
47 47
 
48
-    @ApiOperation(value = "图片上传以及获取url", notes = "图片上传以及获取url")
48
+    // @ApiOperation(value = "图片上传以及获取url", notes = "图片上传以及获取url")
49 49
     @PostMapping(value = "/uploadimageBase64")
50 50
     public ResponseBean uploadImgBase64AndGetUrl(@ApiParam(value = "uploadFiles" ,required = true) String uploadFiles) throws Exception {
51 51
         ResponseBean responseBean = new ResponseBean();

+ 1
- 1
src/main/java/com/huiju/estateagents/property/controller/IndexCountController.java 파일 보기

@@ -29,7 +29,7 @@ public class IndexCountController extends BaseController {
29 29
 	@Autowired
30 30
 	private IndexCountServiceI indexCountService;
31 31
 	
32
-	@ApiOperation(value = "获取物业端首页所有统计数据", notes = "获取物业端首页所有统计数据")
32
+	// @ApiOperation(value = "获取物业端首页所有统计数据", notes = "获取物业端首页所有统计数据")
33 33
 	@ApiImplicitParams({
34 34
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
35 35
 	})

+ 3
- 3
src/main/java/com/huiju/estateagents/property/controller/MessageController.java 파일 보기

@@ -34,7 +34,7 @@ public class MessageController extends BaseController {
34 34
 
35 35
     @Autowired
36 36
     private IMessageService messageService;
37
-    @ApiOperation(value = "消息待办", notes = "消息待办")
37
+    // @ApiOperation(value = "消息待办", notes = "消息待办")
38 38
     @ApiImplicitParams({
39 39
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "messageType:待办消息类型(-1:论坛,-2:工单,-3:缴费),status:(0:无效,1:有效),createDate:时间,messageContent:内容 ")
40 40
     })
@@ -46,7 +46,7 @@ public class MessageController extends BaseController {
46 46
         return responseBean;
47 47
     }
48 48
 
49
-    @ApiOperation(value = "我的消息", notes = "我的消息")
49
+    // @ApiOperation(value = "我的消息", notes = "我的消息")
50 50
     @ApiImplicitParams({
51 51
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "messageType:消息类型(-1:论坛,-2:工单,-3:缴费),readStatus:(0:未读,1:已读),createDate:时间,messageContent:内容 ")
52 52
     })
@@ -58,7 +58,7 @@ public class MessageController extends BaseController {
58 58
         return responseBean;
59 59
     }
60 60
 
61
-    @ApiOperation(value = "消息已读", notes = "消息已读")
61
+    // @ApiOperation(value = "消息已读", notes = "消息已读")
62 62
     @ApiImplicitParams({
63 63
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "id:(多个) ")
64 64
     })

+ 5
- 5
src/main/java/com/huiju/estateagents/property/controller/RoleController.java 파일 보기

@@ -29,7 +29,7 @@ public class RoleController extends BaseController {
29 29
 	@Autowired
30 30
 	private RoleServiceI roleService;
31 31
 	
32
-	@ApiOperation(value = "根据搜索条件获取角色列表", notes = "根据搜索条件获取角色列表")
32
+	// @ApiOperation(value = "根据搜索条件获取角色列表", notes = "根据搜索条件获取角色列表")
33 33
 	@ApiImplicitParams({
34 34
 			@ApiImplicitParam(paramType = "query", dataType = "String", name = "roleName", value = "帖子标题(模糊查询)"),
35 35
 			@ApiImplicitParam(paramType = "query", dataType = "integer", name = "pageNum", value = "分页第几页"),
@@ -47,7 +47,7 @@ public class RoleController extends BaseController {
47 47
 		return responseBean;
48 48
 	}
49 49
 	
50
-	@ApiOperation(value = "添加角色", notes = "添加角色")
50
+	// @ApiOperation(value = "添加角色", notes = "添加角色")
51 51
 	@ApiImplicitParams({
52 52
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
53 53
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "Login-Type", value = "值为 web"),
@@ -61,7 +61,7 @@ public class RoleController extends BaseController {
61 61
 		return responseBean;
62 62
 	}
63 63
 	
64
-	@ApiOperation(value = "获取角色详情", notes = "获取角色详情")
64
+	// @ApiOperation(value = "获取角色详情", notes = "获取角色详情")
65 65
 	@ApiImplicitParams({
66 66
 			@ApiImplicitParam(paramType = "path", dataTypeClass = Integer.class, name = "id", value = "角色id"),
67 67
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
@@ -77,7 +77,7 @@ public class RoleController extends BaseController {
77 77
 		return responseBean;
78 78
 	}
79 79
 	
80
-	@ApiOperation(value = "修改角色", notes = "修改角色")
80
+	// @ApiOperation(value = "修改角色", notes = "修改角色")
81 81
 	@ApiImplicitParams({
82 82
 			@ApiImplicitParam(paramType = "path", dataTypeClass = Integer.class, name = "id", value = "角色id"),
83 83
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
@@ -93,7 +93,7 @@ public class RoleController extends BaseController {
93 93
 		return responseBean;
94 94
 	}
95 95
 	
96
-	@ApiOperation(value = "删除角色", notes = "删除角色")
96
+	// @ApiOperation(value = "删除角色", notes = "删除角色")
97 97
 	@ApiImplicitParams({
98 98
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
99 99
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "Login-Type", value = "值为 web"),

+ 2
- 2
src/main/java/com/huiju/estateagents/property/controller/TaUserLicenseOrderController.java 파일 보기

@@ -39,7 +39,7 @@ public class TaUserLicenseOrderController extends BaseController {
39 39
     private ITaUserLicenseOrderService iTaUserLicenseOrderService;
40 40
 
41 41
     @RequestMapping(value = "/user/license/order", method = RequestMethod.GET)
42
-    @ApiOperation(value = "获取月租车缴费记录", notes = "获取月租车缴费记录")
42
+    // @ApiOperation(value = "获取月租车缴费记录", notes = "获取月租车缴费记录")
43 43
     @ApiImplicitParams({
44 44
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "header", name = "X-Auth-Token", value = "Token"),
45 45
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "query", name = "licensePlate", value = "车牌号"),
@@ -64,7 +64,7 @@ public class TaUserLicenseOrderController extends BaseController {
64 64
     }
65 65
 
66 66
 
67
-    @ApiOperation(value = "月租车导出数据", notes = "月租车导出数据")
67
+    // @ApiOperation(value = "月租车导出数据", notes = "月租车导出数据")
68 68
     @ApiImplicitParams({
69 69
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "header", name = "X-Auth-Token", value = "token")
70 70
     })

+ 2
- 2
src/main/java/com/huiju/estateagents/property/controller/TaVisitorLicenseSettingController.java 파일 보기

@@ -35,7 +35,7 @@ public class TaVisitorLicenseSettingController extends BaseController {
35 35
     @Autowired
36 36
     private ITaVisitorLicenseSettingService taVisitorLicenseSettingService;
37 37
 
38
-    @ApiOperation(value = "是否开启访客邀请车辆", notes = "是否开启访客邀请车辆")
38
+    // @ApiOperation(value = "是否开启访客邀请车辆", notes = "是否开启访客邀请车辆")
39 39
     @ApiImplicitParams({
40 40
             @ApiImplicitParam(dataTypeClass = Boolean.class, paramType = "form", name = "visitorLicenseBool", value = "true 表示开启  false 关闭"),
41 41
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "header", name = "X-Auth-Token", value = "Token")
@@ -50,7 +50,7 @@ public class TaVisitorLicenseSettingController extends BaseController {
50 50
     }
51 51
 
52 52
 
53
-    @ApiOperation(value = "查看是否开启访客车辆邀请", notes = "查看是否开启访客车辆邀请")
53
+    // @ApiOperation(value = "查看是否开启访客车辆邀请", notes = "查看是否开启访客车辆邀请")
54 54
     @ApiImplicitParams({
55 55
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
56 56
     })

+ 5
- 5
src/main/java/com/huiju/estateagents/property/controller/TpAnnouncementController.java 파일 보기

@@ -26,7 +26,7 @@ public class TpAnnouncementController extends BaseController {
26 26
     @Autowired
27 27
     private TpAnnouncementService tpAnnouncementService;
28 28
 
29
-    @ApiOperation(value = "获取公告管理列表",nickname ="获取公告管理列表")
29
+    // @ApiOperation(value = "获取公告管理列表",nickname ="获取公告管理列表")
30 30
     @ApiImplicitParams({
31 31
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:公告编号,announcementTitle:公告标题 ,current:每页显示多少条,current:每页显示多少条,pageSzie:当前页数")})
32 32
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -37,7 +37,7 @@ public class TpAnnouncementController extends BaseController {
37 37
         return tpAnnouncementList;
38 38
     }
39 39
 
40
-    @ApiOperation(value = "添加公告",nickname ="添加公告")
40
+    // @ApiOperation(value = "添加公告",nickname ="添加公告")
41 41
     @ApiImplicitParams({
42 42
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="announcementTitle:公告标题," +
43 43
                     "announcementCarouselImg:轮播图,announcementContent:内容,contentImg:内容图片,sort:权重值,status:'0 是已作废 1 是已发布   2 是草稿 3 是已修改',")})
@@ -49,7 +49,7 @@ public class TpAnnouncementController extends BaseController {
49 49
         return addAnnouncement;
50 50
     }
51 51
 
52
-    @ApiOperation(value = "查询公告详情",nickname ="查询公告详情")
52
+    // @ApiOperation(value = "查询公告详情",nickname ="查询公告详情")
53 53
     @ApiImplicitParams({
54 54
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:公告id")})
55 55
     @RequestMapping(value="/announcementById",method = RequestMethod.POST)
@@ -58,7 +58,7 @@ public class TpAnnouncementController extends BaseController {
58 58
         return tpAnnouncement;
59 59
     }
60 60
 
61
-    @ApiOperation(value = "修改公告",nickname ="修改公告")
61
+    // @ApiOperation(value = "修改公告",nickname ="修改公告")
62 62
     @ApiImplicitParams({
63 63
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:公告id,announcementTitle:公告标题," +
64 64
                     "announcementCarouselImg:轮播图,announcementContent:内容,contentImg:内容图片,sort:权重值,status:'0 是已作废 1 是已发布   2 是草稿 3 是已修改',")})
@@ -69,7 +69,7 @@ public class TpAnnouncementController extends BaseController {
69 69
         return tpAnnouncement;
70 70
     }
71 71
 
72
-    @ApiOperation(value = "批量删除公告",nickname ="批量删除公告")
72
+    // @ApiOperation(value = "批量删除公告",nickname ="批量删除公告")
73 73
     @ApiImplicitParams({
74 74
             @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:公告id(多个)")})
75 75
     @RequestMapping(value="/deleteAnnouncement",method = RequestMethod.POST)

+ 5
- 5
src/main/java/com/huiju/estateagents/property/controller/TpEquipmentController.java 파일 보기

@@ -34,7 +34,7 @@ public class TpEquipmentController extends BaseController {
34 34
     private ITpEquipmentService iTpEquipmentService;
35 35
 
36 36
     @RequestMapping(value = "/equipment/list", method = RequestMethod.GET)
37
-    @ApiOperation(value = "根据类型查询设备表", notes = "根据类型查询设备表")
37
+    // @ApiOperation(value = "根据类型查询设备表", notes = "根据类型查询设备表")
38 38
     @ApiImplicitParams({
39 39
         @ApiImplicitParam(paramType = "query", dataTypeClass = Integer.class, name = "type", value = "1 监控 2 访客机 3 可是对讲"),
40 40
         @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -48,7 +48,7 @@ public class TpEquipmentController extends BaseController {
48 48
 
49 49
 
50 50
     @RequestMapping(value = "/equipment/monitoring", method = RequestMethod.POST)
51
-    @ApiOperation(value = "添加或修改监控设备", notes = "添加或修改监控设备")
51
+    // @ApiOperation(value = "添加或修改监控设备", notes = "添加或修改监控设备")
52 52
     @ApiImplicitParams({
53 53
             @ApiImplicitParam(paramType = "body", dataTypeClass = Integer.class, name = "parameter", value = "监控设备数据"),
54 54
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -61,7 +61,7 @@ public class TpEquipmentController extends BaseController {
61 61
     }
62 62
 
63 63
     @RequestMapping(value = "/equipment/{id}", method = RequestMethod.DELETE)
64
-    @ApiOperation(value = "删除设备", notes = "删除设备")
64
+    // @ApiOperation(value = "删除设备", notes = "删除设备")
65 65
     @ApiImplicitParams({
66 66
             @ApiImplicitParam(paramType = "path", dataTypeClass = Integer.class, name = "id", value = "设备id"),
67 67
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -73,7 +73,7 @@ public class TpEquipmentController extends BaseController {
73 73
     }
74 74
 
75 75
     @RequestMapping(value = "/equipment/delete", method = RequestMethod.DELETE)
76
-    @ApiOperation(value = "批量删除设备", notes = "批量删除设备")
76
+    // @ApiOperation(value = "批量删除设备", notes = "批量删除设备")
77 77
     @ApiImplicitParams({
78 78
             @ApiImplicitParam(paramType = "body", dataTypeClass = Integer.class, name = "ids", value = "设备id"),
79 79
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -86,7 +86,7 @@ public class TpEquipmentController extends BaseController {
86 86
 
87 87
 
88 88
     @RequestMapping(value = "/equipment/{id}", method = RequestMethod.GET)
89
-    @ApiOperation(value = "根据类型查询设备表", notes = "根据类型查询设备表")
89
+    // @ApiOperation(value = "根据类型查询设备表", notes = "根据类型查询设备表")
90 90
     @ApiImplicitParams({
91 91
             @ApiImplicitParam(paramType = "query", dataTypeClass = Integer.class, name = "type", value = "1 监控 2 访客机 3 可是对讲"),
92 92
             @ApiImplicitParam(paramType = "path", dataTypeClass = Integer.class, name = "id", value = "设备id"),

+ 6
- 6
src/main/java/com/huiju/estateagents/property/controller/TpRentalHouseController.java 파일 보기

@@ -39,7 +39,7 @@ public class TpRentalHouseController extends BaseController {
39 39
 	@Autowired
40 40
 	private ITpRentalHouseService tpRentalHouseService;
41 41
 	
42
-	@ApiOperation(value = "根据搜索条件获取公寓列表", notes = "根据搜索条件获取公寓列表")
42
+	// @ApiOperation(value = "根据搜索条件获取公寓列表", notes = "根据搜索条件获取公寓列表")
43 43
 	@ApiImplicitParams({
44 44
 			@ApiImplicitParam(paramType = "query", dataType = "Integer", name = "id", value = "房间编号"),
45 45
 			@ApiImplicitParam(paramType = "query", dataType = "String", name = "houseName", value = "房间名称"),
@@ -69,7 +69,7 @@ public class TpRentalHouseController extends BaseController {
69 69
 		return responseBean;
70 70
 	}
71 71
 	
72
-	@ApiOperation(value = "添加公寓", notes = "添加公寓")
72
+	// @ApiOperation(value = "添加公寓", notes = "添加公寓")
73 73
 	@ApiImplicitParams({
74 74
 			@ApiImplicitParam(paramType = "body", dataType = "TpRentalHouse", name = "rentalHouse", value = "公寓"),
75 75
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -82,7 +82,7 @@ public class TpRentalHouseController extends BaseController {
82 82
 		return responseBean;
83 83
 	}
84 84
 	
85
-	@ApiOperation(value = "更新公寓", notes = "更新公寓")
85
+	// @ApiOperation(value = "更新公寓", notes = "更新公寓")
86 86
 	@ApiImplicitParams({
87 87
 			@ApiImplicitParam(paramType = "body", dataType = "TpRentalHouse", name = "rentalHouse", value = "公寓"),
88 88
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -95,7 +95,7 @@ public class TpRentalHouseController extends BaseController {
95 95
 		return responseBean;
96 96
 	}
97 97
 	
98
-	@ApiOperation(value = "获取公寓信息", notes = "获取公寓信息")
98
+	// @ApiOperation(value = "获取公寓信息", notes = "获取公寓信息")
99 99
 	@ApiImplicitParams({
100 100
 			@ApiImplicitParam(paramType = "path", dataType = "Integer", name = "id", value = "公寓Id"),
101 101
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -109,7 +109,7 @@ public class TpRentalHouseController extends BaseController {
109 109
 		return responseBean;
110 110
 	}
111 111
 	
112
-	@ApiOperation(value = "上架房间", notes = "上架房间")
112
+	// @ApiOperation(value = "上架房间", notes = "上架房间")
113 113
 	@ApiImplicitParams({
114 114
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "jsonString", value = "房间id集合"),
115 115
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -139,7 +139,7 @@ public class TpRentalHouseController extends BaseController {
139 139
 		return responseBean;
140 140
 	}
141 141
 	
142
-	@ApiOperation(value = "下架房间", notes = "下架房间")
142
+	// @ApiOperation(value = "下架房间", notes = "下架房间")
143 143
 	@ApiImplicitParams({
144 144
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "jsonString", value = "房间id集合"),
145 145
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")

+ 6
- 6
src/main/java/com/huiju/estateagents/property/controller/TpShopController.java 파일 보기

@@ -39,7 +39,7 @@ public class TpShopController extends BaseController {
39 39
 	@Autowired
40 40
 	private ITpShopService shopService;
41 41
 	
42
-	@ApiOperation(value = "根据搜索条件获取角色列表", notes = "根据搜索条件获取角色列表")
42
+	// @ApiOperation(value = "根据搜索条件获取角色列表", notes = "根据搜索条件获取角色列表")
43 43
 	@ApiImplicitParams({
44 44
 			@ApiImplicitParam(paramType = "query", dataType = "Integer", name = "id", value = "商铺编号"),
45 45
 			@ApiImplicitParam(paramType = "query", dataType = "String", name = "shopName", value = "商铺名称"),
@@ -63,7 +63,7 @@ public class TpShopController extends BaseController {
63 63
 		return responseBean;
64 64
 	}
65 65
 	
66
-	@ApiOperation(value = "添加商铺", notes = "添加商铺")
66
+	// @ApiOperation(value = "添加商铺", notes = "添加商铺")
67 67
 	@ApiImplicitParams({
68 68
 			@ApiImplicitParam(paramType = "body", dataType = "TpShop", name = "shop", value = "商铺"),
69 69
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -76,7 +76,7 @@ public class TpShopController extends BaseController {
76 76
 		return responseBean;
77 77
 	}
78 78
 	
79
-	@ApiOperation(value = "获取商铺信息", notes = "获取商铺信息")
79
+	// @ApiOperation(value = "获取商铺信息", notes = "获取商铺信息")
80 80
 	@ApiImplicitParams({
81 81
 			@ApiImplicitParam(paramType = "path", dataType = "Integer", name = "id", value = "商铺Id"),
82 82
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -90,7 +90,7 @@ public class TpShopController extends BaseController {
90 90
 		return responseBean;
91 91
 	}
92 92
 	
93
-	@ApiOperation(value = "更新商铺", notes = "更新商铺")
93
+	// @ApiOperation(value = "更新商铺", notes = "更新商铺")
94 94
 	@ApiImplicitParams({
95 95
 			@ApiImplicitParam(paramType = "body", dataType = "TpShop", name = "shop", value = "商铺"),
96 96
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -103,7 +103,7 @@ public class TpShopController extends BaseController {
103 103
 		return responseBean;
104 104
 	}
105 105
 	
106
-	@ApiOperation(value = "上架商铺", notes = "上架商铺")
106
+	// @ApiOperation(value = "上架商铺", notes = "上架商铺")
107 107
 	@ApiImplicitParams({
108 108
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "jsonString", value = "商铺id集合"),
109 109
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -133,7 +133,7 @@ public class TpShopController extends BaseController {
133 133
 		return responseBean;
134 134
 	}
135 135
 	
136
-	@ApiOperation(value = "下架商铺", notes = "下架商铺")
136
+	// @ApiOperation(value = "下架商铺", notes = "下架商铺")
137 137
 	@ApiImplicitParams({
138 138
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "jsonString", value = "商铺id集合"),
139 139
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")

+ 1
- 1
src/main/java/com/huiju/estateagents/property/controller/TpShopSettingController.java 파일 보기

@@ -36,7 +36,7 @@ public class TpShopSettingController extends BaseController {
36 36
 	@Autowired
37 37
 	private ITpShopSettingService shopSettingService;
38 38
 	
39
-	@ApiOperation(value = "商铺配置启动和关闭", notes = "商铺配置启动和关闭")
39
+	// @ApiOperation(value = "商铺配置启动和关闭", notes = "商铺配置启动和关闭")
40 40
 	@ApiImplicitParams({
41 41
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "jsonString", value = "商铺配置值"),
42 42
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")

+ 6
- 6
src/main/java/com/huiju/estateagents/property/controller/TpShopTypeController.java 파일 보기

@@ -37,7 +37,7 @@ public class TpShopTypeController extends BaseController {
37 37
 	@Autowired
38 38
 	private ITpShopTypeService shopTypeService;
39 39
 	
40
-	@ApiOperation(value = "获取商铺配置列表", notes = "获取商铺配置列表")
40
+	// @ApiOperation(value = "获取商铺配置列表", notes = "获取商铺配置列表")
41 41
 	@ApiImplicitParams({
42 42
 			@ApiImplicitParam(paramType = "query", dataType = "integer", name = "pageNum", value = "分页第几页"),
43 43
 			@ApiImplicitParam(paramType = "query", dataType = "integer", name = "pageSize", value = "分页每页长度"),
@@ -52,7 +52,7 @@ public class TpShopTypeController extends BaseController {
52 52
 		return responseBean;
53 53
 	}
54 54
 	
55
-	@ApiOperation(value = "添加商铺类型", notes = "添加商铺类型")
55
+	// @ApiOperation(value = "添加商铺类型", notes = "添加商铺类型")
56 56
 	@ApiImplicitParams({
57 57
 			@ApiImplicitParam(paramType = "body", dataType = "TpShopType", name = "shopType", value = "商铺类型"),
58 58
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -83,7 +83,7 @@ public class TpShopTypeController extends BaseController {
83 83
 		return responseBean;
84 84
 	}
85 85
 	
86
-	@ApiOperation(value = "获取商铺类型", notes = "获取商铺类型")
86
+	// @ApiOperation(value = "获取商铺类型", notes = "获取商铺类型")
87 87
 	@ApiImplicitParams({
88 88
 			@ApiImplicitParam(paramType = "path", dataType = "Integer", name = "id", value = "商铺类型Id"),
89 89
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -97,7 +97,7 @@ public class TpShopTypeController extends BaseController {
97 97
 		return responseBean;
98 98
 	}
99 99
 	
100
-	@ApiOperation(value = "更新商铺类型", notes = "更新商铺类型")
100
+	// @ApiOperation(value = "更新商铺类型", notes = "更新商铺类型")
101 101
 	@ApiImplicitParams({
102 102
 			@ApiImplicitParam(paramType = "body", dataType = "TpShopType", name = "shopType", value = "商铺类型"),
103 103
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -126,7 +126,7 @@ public class TpShopTypeController extends BaseController {
126 126
 		return responseBean;
127 127
 	}
128 128
 	
129
-	@ApiOperation(value = "删除商铺类型", notes = "删除商铺类型")
129
+	// @ApiOperation(value = "删除商铺类型", notes = "删除商铺类型")
130 130
 	@ApiImplicitParams({
131 131
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "jsonString", value = "商铺id集合"),
132 132
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token")
@@ -138,7 +138,7 @@ public class TpShopTypeController extends BaseController {
138 138
 		return responseBean;
139 139
 	}
140 140
 	
141
-	@ApiOperation(value = "获取商铺配置列表", notes = "获取商铺配置列表")
141
+	// @ApiOperation(value = "获取商铺配置列表", notes = "获取商铺配置列表")
142 142
 	@ApiImplicitParams({
143 143
 			@ApiImplicitParam(paramType = "query", dataType = "integer", name = "pageNum", value = "分页第几页"),
144 144
 			@ApiImplicitParam(paramType = "query", dataType = "integer", name = "pageSize", value = "分页每页长度"),

+ 6
- 6
src/main/java/com/huiju/estateagents/property/controller/TpTicketController.java 파일 보기

@@ -37,7 +37,7 @@ public class TpTicketController extends BaseController {
37 37
 
38 38
     @Autowired
39 39
     private TpTicketService tpTicketService;
40
-    @ApiOperation(value = "工单列表", notes = "工单列表")
40
+    // @ApiOperation(value = "工单列表", notes = "工单列表")
41 41
     @ApiImplicitParams({
42 42
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "id:工单编号," +
43 43
                     "type:工单类型(1:投诉 2:报修   3:联系物业)," +
@@ -53,7 +53,7 @@ public class TpTicketController extends BaseController {
53 53
         return responseBean;
54 54
     }
55 55
 
56
-    @ApiOperation(value = "工单详情", notes = "工单详情")
56
+    // @ApiOperation(value = "工单详情", notes = "工单详情")
57 57
     @ApiImplicitParams({
58 58
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "id:工单编号")
59 59
     })
@@ -64,7 +64,7 @@ public class TpTicketController extends BaseController {
64 64
         ResponseBean  responseBean = tpTicketService.ticketDetails(parameter,userElement.getUserId(),userElement.getOrgId());
65 65
         return responseBean;
66 66
     }
67
-    @ApiOperation(value = "添加工单对话", notes = "添加工单对话")
67
+    // @ApiOperation(value = "添加工单对话", notes = "添加工单对话")
68 68
     @ApiImplicitParams({
69 69
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "content:对话内容,imageUrl:[]图片,ticketId:工单id," +
70 70
                     "status:工单状态(0:待分配  1:拒绝受理 2:待处理 3:正在处理 4:待评价 5:已评价 6:已终止)")
@@ -76,7 +76,7 @@ public class TpTicketController extends BaseController {
76 76
         ResponseBean  responseBean = tpTicketService.addRecordComment(parameter,userElement.getUserId(),userElement.getOrgId(),userElement.getUserName());
77 77
         return responseBean;
78 78
     }
79
-    @ApiOperation(value = "工单受理分配", notes = "工单受理分配")
79
+    // @ApiOperation(value = "工单受理分配", notes = "工单受理分配")
80 80
     @ApiImplicitParams({
81 81
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "ticketId:工单id," +
82 82
                     "id:当前处理人id")
@@ -88,7 +88,7 @@ public class TpTicketController extends BaseController {
88 88
         ResponseBean  responseBean = tpTicketService.addRecord(parameter,userElement.getUserId(),userElement.getOrgId());
89 89
         return responseBean;
90 90
     }
91
-    @ApiOperation(value = "修改工单状态为拒绝处理", notes = "修改工单状态为拒绝处理")
91
+    // @ApiOperation(value = "修改工单状态为拒绝处理", notes = "修改工单状态为拒绝处理")
92 92
     @ApiImplicitParams({
93 93
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "ticketId:工单id,textContent:拒绝的内容" )
94 94
     })
@@ -100,7 +100,7 @@ public class TpTicketController extends BaseController {
100 100
         return responseBean;
101 101
     }
102 102
 
103
-    @ApiOperation(value = "修改当前状态为待评价", notes = "修改当前状态为待评价")
103
+    // @ApiOperation(value = "修改当前状态为待评价", notes = "修改当前状态为待评价")
104 104
     @ApiImplicitParams({
105 105
             @ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "content:对话内容,imageUrl:[]图片,ticketId:工单id" )
106 106
     })

+ 10
- 10
src/main/java/com/huiju/estateagents/property/controller/TransactionController.java 파일 보기

@@ -33,7 +33,7 @@ public class TransactionController extends BaseController {
33 33
 	@Autowired
34 34
 	private ITransactionService transactionService;
35 35
 	
36
-	@ApiOperation(value = "根据搜索条件获取二手租赁列表", notes = "根据搜索条件获取二手租赁列表")
36
+	// @ApiOperation(value = "根据搜索条件获取二手租赁列表", notes = "根据搜索条件获取二手租赁列表")
37 37
 	@ApiImplicitParams({
38 38
 			@ApiImplicitParam(paramType = "body",dataType = "String",name = "parameter",value = "id:话题编号,transactionTitle:标题" +
39 39
 					"userName:发布人,status:状态,pageNum:总数,pageSize当前页"
@@ -47,7 +47,7 @@ public class TransactionController extends BaseController {
47 47
 		return responseBean;
48 48
 	}
49 49
 	
50
-	@ApiOperation(value = "获取二手租赁详情", notes = "获取二手租赁详情")
50
+	// @ApiOperation(value = "获取二手租赁详情", notes = "获取二手租赁详情")
51 51
 	@ApiImplicitParams({
52 52
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
53 53
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "Login-Type", value = "值为 web"),
@@ -61,7 +61,7 @@ public class TransactionController extends BaseController {
61 61
 		return responseBean;
62 62
 	}
63 63
 	
64
-	@ApiOperation(value = "作废二手租赁", notes = "作废二手租赁")
64
+	// @ApiOperation(value = "作废二手租赁", notes = "作废二手租赁")
65 65
 	@ApiImplicitParams({
66 66
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "Token"),
67 67
 			@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "Login-Type", value = "值为 web"),
@@ -75,7 +75,7 @@ public class TransactionController extends BaseController {
75 75
 		return responseBean;
76 76
 	}
77 77
 
78
-	@ApiOperation(value = "添加二手租赁",nickname ="添加二手租赁")
78
+	// @ApiOperation(value = "添加二手租赁",nickname ="添加二手租赁")
79 79
 	@ApiImplicitParams({
80 80
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="transactionTitle:话题标题," +
81 81
 					"type:0 代表 二手(卖二手物品)  1 是代表 求购 (买二手物品) 2 是代表 租赁(租二手物品)3其他话题,contentImg:图片,sort:权重值,status:'0 是已作废 1 是已发布  2 是草稿 ")})
@@ -87,7 +87,7 @@ public class TransactionController extends BaseController {
87 87
 		return addAnnouncement;
88 88
 	}
89 89
 
90
-	@ApiOperation(value = "修改二手租赁",nickname ="修改二手租赁")
90
+	// @ApiOperation(value = "修改二手租赁",nickname ="修改二手租赁")
91 91
 	@ApiImplicitParams({
92 92
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="transactionTitle:话题标题," +
93 93
 					"type:0 代表 二手(卖二手物品)  1 是代表 求购 (买二手物品) 2 是代表 租赁(租二手物品)3其他话题,contentImg:图片,sort:权重值,status:'0 是已作废 1 是已发布  2 是草稿 ")})
@@ -98,7 +98,7 @@ public class TransactionController extends BaseController {
98 98
 		ResponseBean  transactionsUpdata= transactionService.transactionsUpdata(paramets,userElement.getOrgId(),userElement.getUserId());
99 99
 		return transactionsUpdata;
100 100
 	}
101
-	@ApiOperation(value = "删除二手租赁",nickname ="删除二手租赁")
101
+	// @ApiOperation(value = "删除二手租赁",nickname ="删除二手租赁")
102 102
 	@ApiImplicitParams({
103 103
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:帖子id(多个)" )})
104 104
 	@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -109,7 +109,7 @@ public class TransactionController extends BaseController {
109 109
 		return transactionsUpdata;
110 110
 	}
111 111
 
112
-	@ApiOperation(value = "二手评论列表",nickname ="二手评论列表")
112
+	// @ApiOperation(value = "二手评论列表",nickname ="二手评论列表")
113 113
 	@ApiImplicitParams({
114 114
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:帖子id,replyTaUserName:被回复人,taUserName:回复人," +
115 115
 					"status:(0回复我的,1回复全部物业人员的,2全部物业人员回复的,3话题发起人回复的),createDate:时间" )})
@@ -121,7 +121,7 @@ public class TransactionController extends BaseController {
121 121
 		return transactionReplyList;
122 122
 	}
123 123
 
124
-	@ApiOperation(value = "删除二手帖子评论",nickname ="删除二手帖子评论")
124
+	// @ApiOperation(value = "删除二手帖子评论",nickname ="删除二手帖子评论")
125 125
 	@ApiImplicitParams({
126 126
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:帖子id(多个)" )})
127 127
 	@RequestMapping(value="/deleteReply",method = RequestMethod.POST)
@@ -130,7 +130,7 @@ public class TransactionController extends BaseController {
130 130
 		return transactionsUpdata;
131 131
 	}
132 132
 
133
-	@ApiOperation(value = "添加二手帖子评论",nickname ="添加二手帖子评论")
133
+	// @ApiOperation(value = "添加二手帖子评论",nickname ="添加二手帖子评论")
134 134
 	@ApiImplicitParams({
135 135
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="id:帖子id,contentImg:评论所带图片,replyContent:评论内容" )})
136 136
 	@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")
@@ -141,7 +141,7 @@ public class TransactionController extends BaseController {
141 141
 		return transactionReplyAdd;
142 142
 	}
143 143
 
144
-	@ApiOperation(value = "二手帖子举报列表",nickname ="二手帖子举报列表")
144
+	// @ApiOperation(value = "二手帖子举报列表",nickname ="二手帖子举报列表")
145 145
 	@ApiImplicitParams({
146 146
 			@ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value =":举报人姓名,reportPhone:举报人电话,transactionId:帖子ID" )})
147 147
 	@ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token")

+ 5
- 5
src/main/java/com/huiju/estateagents/property/controller/UserVerifyController.java 파일 보기

@@ -32,7 +32,7 @@ public class UserVerifyController extends BaseController {
32 32
     private IBuildingOwnerInfoService iBuildingOwnerInfoService;
33 33
 
34 34
     @RequestMapping(value = "/user/verify/all", method = RequestMethod.GET)
35
-    @ApiOperation(value = "获取待审核的用户列表", notes = "获取待审核的用户列表")
35
+    // @ApiOperation(value = "获取待审核的用户列表", notes = "获取待审核的用户列表")
36 36
     @ApiImplicitParams({
37 37
             @ApiImplicitParam(paramType = "query", dataTypeClass = String.class, name = "phone", value = "手机号"),
38 38
             @ApiImplicitParam(paramType = "query", dataTypeClass = String.class, name = "userName", value = "用户名"),
@@ -55,7 +55,7 @@ public class UserVerifyController extends BaseController {
55 55
     }
56 56
 
57 57
     @RequestMapping(value = "/user/verify/audit/{userVerifyId}", method = RequestMethod.PUT)
58
-    @ApiOperation(value = "审核用户", notes = "审核用户")
58
+    // @ApiOperation(value = "审核用户", notes = "审核用户")
59 59
     @ApiImplicitParams({
60 60
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token"),
61 61
             @ApiImplicitParam(paramType = "path", dataTypeClass = String.class, name = "userVerifyId", value = "审核id"),
@@ -74,7 +74,7 @@ public class UserVerifyController extends BaseController {
74 74
     }
75 75
 
76 76
     @RequestMapping(value = "/ta/user/has", method = RequestMethod.GET)
77
-    @ApiOperation(value = "校验移动端手机号是否注册", notes = "校验移动端手机号是否注册")
77
+    // @ApiOperation(value = "校验移动端手机号是否注册", notes = "校验移动端手机号是否注册")
78 78
     @ApiImplicitParams({
79 79
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token"),
80 80
             @ApiImplicitParam(paramType = "query", dataTypeClass = String.class, name = "ownerTel", value = "手机号"),
@@ -100,7 +100,7 @@ public class UserVerifyController extends BaseController {
100 100
     }
101 101
 
102 102
     @RequestMapping(value = "/ta/user/hasOwner", method = RequestMethod.GET)
103
-    @ApiOperation(value = "根据 期/栋/单元/楼层/户号 校验是否有业主", notes = "根据 期/栋/单元/楼层/户号 校验是否有业主")
103
+    // @ApiOperation(value = "根据 期/栋/单元/楼层/户号 校验是否有业主", notes = "根据 期/栋/单元/楼层/户号 校验是否有业主")
104 104
     @ApiImplicitParams({
105 105
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token"),
106 106
             @ApiImplicitParam(paramType = "query", dataTypeClass = String.class, name = "ownerTel", value = "审核id"),
@@ -152,7 +152,7 @@ public class UserVerifyController extends BaseController {
152 152
     }
153 153
 
154 154
     @RequestMapping(value = "/user/verifyinfo/{userVerifyId}", method = RequestMethod.PUT)
155
-    @ApiOperation(value = "楼栋详情页面审核", notes = "楼栋详情页面审核")
155
+    // @ApiOperation(value = "楼栋详情页面审核", notes = "楼栋详情页面审核")
156 156
     @ApiImplicitParams({
157 157
             @ApiImplicitParam(paramType = "header", dataTypeClass = String.class, name = "X-Auth-Token", value = "token"),
158 158
             @ApiImplicitParam(paramType = "path", dataTypeClass = String.class, name = "userVerifyId", value = "审核id"),