Commit 60cbf9e6 authored by 耿迪迪's avatar 耿迪迪

Merge branch 'master' of ssh://111.61.77.35:15/gengdidi/gassafety

parents 781e7320 032ae59c
...@@ -116,7 +116,7 @@ public class TUserLocationController extends BaseController ...@@ -116,7 +116,7 @@ public class TUserLocationController extends BaseController
/** /**
* 新增巡检员定位 * 新增巡检员定位
*/ */
@PreAuthorize("@ss.hasPermi('system:location:add')") //@PreAuthorize("@ss.hasPermi('system:location:add')")
@Log(title = "巡检员定位", businessType = BusinessType.INSERT) @Log(title = "巡检员定位", businessType = BusinessType.INSERT)
@PostMapping @PostMapping
public AjaxResult add(@RequestBody TUserLocation tUserLocation) public AjaxResult add(@RequestBody TUserLocation tUserLocation)
......
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