|
|
@ -117,6 +117,11 @@ public class BsSgcSzFxzzcyController extends BaseController |
|
|
|
return toAjax(bsSgcSzFxzzcyService.updateById(bsSgcSzFxzzcy)); |
|
|
|
} |
|
|
|
|
|
|
|
@PutMapping("/editBatch") |
|
|
|
public AjaxResult editBatch(@RequestBody List<BsSgcSzFxzzcy> list) { |
|
|
|
return toAjax(bsSgcSzFxzzcyService.updateBatchById(list)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 删除水闸防汛组织成员 |
|
|
|
*/ |
|
|
|