|
@@ -64,7 +64,7 @@ public class SbChangeRecordController {
|
|
|
* @return R
|
|
|
*/
|
|
|
@SysLog("新增设备更改记录表")
|
|
|
- @PostMapping
|
|
|
+ @PostMapping("/batch")
|
|
|
@PreAuthorize("@pms.hasPermission('sb-change-records-add')")
|
|
|
public R saveBatch(@RequestBody BatchSbChange batchSbChange) {
|
|
|
sbChangeRecordService.saveBatch(batchSbChange);
|
|
@@ -86,7 +86,7 @@ public class SbChangeRecordController {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 通过id删除一条记录
|
|
|
*
|