|
|
@@ -218,8 +218,8 @@ public class LabRiskPlanController extends BaseController {
|
|
|
/**
|
|
|
* 查询当前触发预案的楼栋、楼层、实验室信息列表
|
|
|
*/
|
|
|
- @PreAuthorize(hasPermi = PerPrefix.LABORATORY_PLAN + PerFun.QUERY)
|
|
|
- @Log(title = "查询当前触发预案的信息", businessType = BusinessType.OTHER)
|
|
|
+ //@PreAuthorize(hasPermi = PerPrefix.LABORATORY_PLAN + PerFun.QUERY)
|
|
|
+ //@Log(title = "查询当前触发预案的信息", businessType = BusinessType.OTHER)
|
|
|
@GetMapping("/selectTriggerInfo")
|
|
|
public ResultData selectTriggerInfo() {
|
|
|
return ResultData.success(labRiskPlanService.selectTriggerInfo());
|