|
@@ -107,7 +107,7 @@ public class LabXxpInspectionController extends BaseController
|
|
|
* @param xxpInspection
|
|
* @param xxpInspection
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- // @PreAuthorize(hasPermi = PerPrefix.LABORATORY_XXP_INSPECTION + PerFun.LIST)
|
|
|
|
|
|
|
+ @PreAuthorize(hasPermi = PerPrefix.LABORATORY_XXP_INSPECTION + PerFun.QUERY)
|
|
|
@GetMapping("/listStandard")
|
|
@GetMapping("/listStandard")
|
|
|
@ApiOperation(value = "查询巡查列表-正常")
|
|
@ApiOperation(value = "查询巡查列表-正常")
|
|
|
public TableDataInfo<XxpInspection> listStandard(XxpInspection xxpInspection)
|
|
public TableDataInfo<XxpInspection> listStandard(XxpInspection xxpInspection)
|
|
@@ -119,11 +119,11 @@ public class LabXxpInspectionController extends BaseController
|
|
|
|
|
|
|
|
|
|
|
|
|
/***
|
|
/***
|
|
|
- * 签到列表-正常
|
|
|
|
|
|
|
+ * 签到列表-异常
|
|
|
* @param xxpDuty
|
|
* @param xxpDuty
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- // @PreAuthorize(hasPermi = PerPrefix.LABORATORY_XXP_INSPECTION + PerFun.LIST)
|
|
|
|
|
|
|
+ @PreAuthorize(hasPermi = PerPrefix.LABORATORY_XXP_INSPECTION + PerFun.QUERY)
|
|
|
@GetMapping("/listAbnormal")
|
|
@GetMapping("/listAbnormal")
|
|
|
@ApiOperation(value = "查询巡查列表-异常")
|
|
@ApiOperation(value = "查询巡查列表-异常")
|
|
|
public TableDataInfo<XxpDuty> listAbnormal(XxpDuty xxpDuty)
|
|
public TableDataInfo<XxpDuty> listAbnormal(XxpDuty xxpDuty)
|