Commit c989df31 by 宋珺琪

保存经纬度 参数调整 flag

parent b306c9ec
......@@ -68,6 +68,9 @@ public class AsjController {
@ApiOperation(value = "点位校验_保存经纬度/不予校验")
@PostMapping("update")
public MapRestResult UpdateAsjxxByAsjbh(@RequestBody TbStAsj tbStAsj,HttpServletRequest request) {
if (tbStAsj.getFlag().equals("true")){
return MapRestResult.build(200,"flag为true","1","1");
}else {
try {
//获取request中的用户信息
SysUser user = (SysUser)request.getAttribute("user");
......@@ -89,6 +92,7 @@ public class AsjController {
}
return MapRestResult.build(200,"修改成功","1","1");
}
}
@OperLog(message = "获取串并线索组信息",operation = OperationType.QUERY)
@ApiOperation(value = "获取串并线索组信息")
......
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