|
@@ -42,7 +42,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
/**
|
|
|
* 查询纺丝计划详细信息列表
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:list')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:list')")
|
|
|
@GetMapping("/list")
|
|
|
@ApiOperation(value = "查询纺丝计划详细信息列表")
|
|
|
public TableDataInfo list(DetailsOfTheRefuelingPlanSpinningVo detailsOfTheRefuelingPlanSpinning) {
|
|
@@ -53,7 +53,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
/**
|
|
|
* 查询纺丝计划详细信息列表
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:list')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:list')")
|
|
|
@GetMapping("/list/getPlanSpinningInfo")
|
|
|
@ApiOperation(value = "查询纺丝计划详细信息列表")
|
|
|
public AjaxResult getPlanSpinningInfo(DetailsOfTheRefuelingPlanSpinningVo detailsOfTheRefuelingPlanSpinning) {
|
|
@@ -67,7 +67,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
/**
|
|
|
* 新增纺丝计划详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:add')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:add')")
|
|
|
@Log(title = "纺丝计划详细信息", businessType = BusinessType.INSERT)
|
|
|
@PostMapping
|
|
|
@ApiOperation(value = "新增纺丝计划详细信息")
|
|
@@ -79,7 +79,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
// /**
|
|
|
// * 导出纺丝计划详细信息列表
|
|
|
// */
|
|
|
-// @PreAuthorize("@ss.hasPermi('system:spinning:export')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:export')")
|
|
|
// @Log(title = "纺丝计划详细信息", businessType = BusinessType.EXPORT)
|
|
|
// @PostMapping("/export")
|
|
|
// @ApiOperation(value = "导出纺丝计划详细信息列表")
|
|
@@ -92,7 +92,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
/**
|
|
|
* 获取纺丝计划详细信息详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:query')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:query')")
|
|
|
@GetMapping(value = "/{id}")
|
|
|
@ApiOperation(value = "获取纺丝计划详细信息详细信息")
|
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|
|
@@ -102,7 +102,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
/**
|
|
|
* 新增纺丝计划详细信息
|
|
|
*/
|
|
|
-// @PreAuthorize("@ss.hasPermi('system:spinning:add')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:add')")
|
|
|
// @Log(title = "纺丝计划详细信息", businessType = BusinessType.INSERT)
|
|
|
// @PostMapping
|
|
|
// @ApiOperation(value = "新增纺丝计划详细信息")
|
|
@@ -113,7 +113,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
/**
|
|
|
* 修改纺丝计划详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:edit')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:edit')")
|
|
|
@Log(title = "纺丝计划详细信息", businessType = BusinessType.UPDATE)
|
|
|
@PutMapping
|
|
|
@ApiOperation(value = "修改纺丝计划详细信息")
|
|
@@ -121,7 +121,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
return toAjax(detailsOfTheRefuelingPlanSpinningService.updateDetailsOfTheRefuelingPlanSpinning(detailsOfTheRefuelingPlanSpinning));
|
|
|
}
|
|
|
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:edit')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:edit')")
|
|
|
@Log(title = "纺丝计划详细信息", businessType = BusinessType.UPDATE)
|
|
|
@PutMapping("/update/updateSpinningInfoPlanOne")
|
|
|
@ApiOperation(value = "修改纺丝计划详细信息")
|
|
@@ -132,7 +132,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
/**
|
|
|
* 删除纺丝计划详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:remove')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:remove')")
|
|
|
@Log(title = "纺丝计划详细信息", businessType = BusinessType.DELETE)
|
|
|
@DeleteMapping("/{ids}")
|
|
|
@ApiOperation(value = "删除纺丝计划详细信息")
|
|
@@ -141,7 +141,7 @@ public class DetailsOfTheRefuelingPlanSpinningController extends BaseController
|
|
|
}
|
|
|
|
|
|
|
|
|
- @PreAuthorize("@ss.hasPermi('system:spinning:remove')")
|
|
|
+// //@PreAuthorize("@ss.hasPermi('system:spinning:remove')")
|
|
|
@Log(title = "纺丝计划详细信息", businessType = BusinessType.DELETE)
|
|
|
@DeleteMapping("/remove/{id}")
|
|
|
@ApiOperation(value = "删除纺丝计划详细信息")
|