|
@@ -36,7 +36,7 @@ public class TTsFlplanTmplContentController extends BaseController
|
|
/**
|
|
/**
|
|
* 查询分离培训模版内容列表
|
|
* 查询分离培训模版内容列表
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:list')")
|
|
|
|
|
|
+ //@PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:list')")
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
public TableDataInfo list(TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
public TableDataInfo list(TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
{
|
|
{
|
|
@@ -48,7 +48,7 @@ public class TTsFlplanTmplContentController extends BaseController
|
|
/**
|
|
/**
|
|
* 导出分离培训模版内容列表
|
|
* 导出分离培训模版内容列表
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:export')")
|
|
|
|
|
|
+ //@PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:export')")
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.EXPORT)
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.EXPORT)
|
|
@GetMapping("/export")
|
|
@GetMapping("/export")
|
|
public AjaxResult export(TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
public AjaxResult export(TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
@@ -61,7 +61,7 @@ public class TTsFlplanTmplContentController extends BaseController
|
|
/**
|
|
/**
|
|
* 获取分离培训模版内容详细信息
|
|
* 获取分离培训模版内容详细信息
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:query')")
|
|
|
|
|
|
+ //@PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:query')")
|
|
@GetMapping(value = "/{id}")
|
|
@GetMapping(value = "/{id}")
|
|
public AjaxResult getInfo(@PathVariable("id") Long id)
|
|
public AjaxResult getInfo(@PathVariable("id") Long id)
|
|
{
|
|
{
|
|
@@ -71,7 +71,7 @@ public class TTsFlplanTmplContentController extends BaseController
|
|
/**
|
|
/**
|
|
* 新增分离培训模版内容
|
|
* 新增分离培训模版内容
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:add')")
|
|
|
|
|
|
+ //@PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:add')")
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.INSERT)
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.INSERT)
|
|
@PostMapping
|
|
@PostMapping
|
|
public AjaxResult add(@RequestBody TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
public AjaxResult add(@RequestBody TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
@@ -82,7 +82,7 @@ public class TTsFlplanTmplContentController extends BaseController
|
|
/**
|
|
/**
|
|
* 修改分离培训模版内容
|
|
* 修改分离培训模版内容
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:edit')")
|
|
|
|
|
|
+ //@PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:edit')")
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.UPDATE)
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.UPDATE)
|
|
@PutMapping
|
|
@PutMapping
|
|
public AjaxResult edit(@RequestBody TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
public AjaxResult edit(@RequestBody TTsFlplanTmplContent tTsFlplanTmplContent)
|
|
@@ -93,7 +93,7 @@ public class TTsFlplanTmplContentController extends BaseController
|
|
/**
|
|
/**
|
|
* 删除分离培训模版内容
|
|
* 删除分离培训模版内容
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:remove')")
|
|
|
|
|
|
+ //@PreAuthorize("@ss.hasPermi('bccnew:flTmplContent:remove')")
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.DELETE)
|
|
@Log(title = "分离培训模版内容", businessType = BusinessType.DELETE)
|
|
@DeleteMapping("/{ids}")
|
|
@DeleteMapping("/{ids}")
|
|
public AjaxResult remove(@PathVariable Long[] ids)
|
|
public AjaxResult remove(@PathVariable Long[] ids)
|