ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjFlowingWaterController.java
@@ -104,7 +104,7 @@ /** * 查询体检流水列表 */ @PreAuthorize("@ss.hasPermi('hosp:water:list')") // @PreAuthorize("@ss.hasPermi('hosp:water:list')") @GetMapping("/list") @ApiOperation(value = "查询体检流水列表") public TableDataInfo list(TjFlowingWater tjFlowingWater) { @@ -258,7 +258,7 @@ /** * 删除体检流水 */ @PreAuthorize("@ss.hasPermi('hosp:water:remove')") // @PreAuthorize("@ss.hasPermi('hosp:water:remove')") @Log(title = "体检流水", businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") public AjaxResult remove(@PathVariable String[] ids) {