Commit 9861a138 authored by 史志龙's avatar 史志龙

Merge branch 'dev-szl' into 'dev'

Dev szl

See merge request !42
parents 79972ec3 d8993736
...@@ -778,12 +778,13 @@ public class MovementRecordsMasterController extends JeecgController<MovementRec ...@@ -778,12 +778,13 @@ public class MovementRecordsMasterController extends JeecgController<MovementRec
* *
* @param id 动静态几何尺寸数据id * @param id 动静态几何尺寸数据id
* @param type 查询类型 * @param type 查询类型
* @param overType 轨检车->超限查询子类型
* @return * @return
*/ */
@AutoLog(value = "轨检车详情查询") @AutoLog(value = "轨检车详情查询")
@ApiOperation(value = "轨检车详情查询", notes = "轨检车详情查询") @ApiOperation(value = "轨检车详情查询", notes = "轨检车详情查询")
@GetMapping(value = "/getTrackInfo") @GetMapping(value = "/getTrackInfo")
public Result<Map<String, Object>> getTrackInfo(@ApiParam(name = "动静态几何尺寸数据id") String id, @ApiParam(name = "查询类型") String type,@ApiParam(name = "超限类型") String overType) { public Result<Map<String, Object>> getTrackInfo(@ApiParam(name = "动静态几何尺寸数据id") String id, @ApiParam(name = "查询类型") String type,@ApiParam(name = "轨检车->超限查询子类型") String overType) {
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
if ("1".equals(type)) { if ("1".equals(type)) {
//轨检车-》轨道动态几何尺寸容许值差管理值 //轨检车-》轨道动态几何尺寸容许值差管理值
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment