|
@@ -8,6 +8,7 @@ import com.railway.common.core.domain.AjaxResult;
|
|
|
import com.railway.common.core.page.TableDataInfo;
|
|
import com.railway.common.core.page.TableDataInfo;
|
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
+import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
@@ -34,7 +35,7 @@ public class BusFjxgmdController extends BaseController {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@ApiOperation(value = "通过支柱信息获取对锚列表", notes = "通过支柱信息获取对锚列表", response = AjaxResult.class)
|
|
@ApiOperation(value = "通过支柱信息获取对锚列表", notes = "通过支柱信息获取对锚列表", response = AjaxResult.class)
|
|
|
- @PostMapping("/getListByZz")
|
|
|
|
|
|
|
+ @GetMapping("/getListByZz")
|
|
|
public TableDataInfo getList(BusFjxgmdVo busFjxgmdVo) {
|
|
public TableDataInfo getList(BusFjxgmdVo busFjxgmdVo) {
|
|
|
startPage();
|
|
startPage();
|
|
|
List<BusFjxgmdVo> list = busFjxgmdService.getListByZz(busFjxgmdVo);
|
|
List<BusFjxgmdVo> list = busFjxgmdService.getListByZz(busFjxgmdVo);
|