傅行帆 před 5 roky
rodič
revize
fcee1c0f6f

+ 2
- 2
src/main/java/com/huiju/estateagents/controller/TaChannelController.java Zobrazit soubor

@@ -263,11 +263,11 @@ public class TaChannelController extends BaseController {
263 263
                                                      @RequestParam(value = "pageSize", defaultValue = "10")Integer pageSize,
264 264
                                                      @RequestParam(value = "startDate", required = false) @DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME) LocalDate startDate,
265 265
                                                      @RequestParam(value = "endDate", required = false) @DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME) LocalDate endDate,
266
-                                                     @RequestParam(value = "channelType", required = false)String channelType,
266
+                                                     @RequestParam(value = "targetType", required = false)String targetType,
267 267
                                                      @RequestParam(value = "buildingId", required = false)String buildingId,
268 268
                                                      @RequestParam(value = "channelId") Integer channelId,
269 269
                                                      HttpServletRequest request) {
270
-        return taChannelService.getChannelIntroductionList(pageNum, pageSize, getOrgId(request), startDate, endDate, channelType, buildingId, channelId);
270
+        return taChannelService.getChannelIntroductionList(pageNum, pageSize, getOrgId(request), startDate, endDate, targetType, buildingId, channelId);
271 271
     }
272 272
 
273 273
     /**