|
|
@ -62,11 +62,11 @@ public class TcBjsjwpController extends BaseController {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 新增本级上级网评指令比例(月)
|
|
|
|
* 新增本级上级网评指令比例(月)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiOperation(value = "新增本级上级网评指令比例(月)")
|
|
|
|
// @ApiOperation(value = "新增本级上级网评指令比例(月)")
|
|
|
|
@PostMapping
|
|
|
|
// @PostMapping
|
|
|
|
public AjaxResult add(@RequestBody TcBjsjwp tcBjsjwp) {
|
|
|
|
// public AjaxResult add(@RequestBody TcBjsjwp tcBjsjwp) {
|
|
|
|
return toAjax(tcBjsjwpService.insertTcBjsjwp(tcBjsjwp));
|
|
|
|
// return toAjax(tcBjsjwpService.insertTcBjsjwp(tcBjsjwp));
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 修改本级上级网评指令比例(月)
|
|
|
|
* 修改本级上级网评指令比例(月)
|
|
|
@ -80,11 +80,11 @@ public class TcBjsjwpController extends BaseController {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 删除本级上级网评指令比例(月)
|
|
|
|
* 删除本级上级网评指令比例(月)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiOperation(value = "删除本级上级网评指令比例(月)")
|
|
|
|
// @ApiOperation(value = "删除本级上级网评指令比例(月)")
|
|
|
|
@DeleteMapping("/{ids}")
|
|
|
|
// @DeleteMapping("/{ids}")
|
|
|
|
public AjaxResult remove(@PathVariable Long[] ids) {
|
|
|
|
// public AjaxResult remove(@PathVariable Long[] ids) {
|
|
|
|
return toAjax(tcBjsjwpService.deleteTcBjsjwpByIds(ids));
|
|
|
|
// return toAjax(tcBjsjwpService.deleteTcBjsjwpByIds(ids));
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|