|
|
@@ -40,7 +40,7 @@ public class SafetyInspectReportController {
|
|
|
private RemoteOrgService remoteOrgService;
|
|
|
|
|
|
@ApiOperation(value = "行社全面检查情况表",notes = "web端与App共用此接口")
|
|
|
- @RequiresPermissions("core:safetyInspectReport:list")
|
|
|
+// @RequiresPermissions("core:safetyInspectReport:list")
|
|
|
@PostMapping("/list")
|
|
|
public AjaxResult list(@RequestBody SafetyInspectDTO safetyInspectDTO) throws Exception {
|
|
|
if (null == safetyInspectDTO.getYear()) {
|
|
|
@@ -60,7 +60,7 @@ public class SafetyInspectReportController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "网点负责人自查情况表",notes = "web端与App共用此接口")
|
|
|
- @RequiresPermissions("core:safetyInspectReport:list")
|
|
|
+// @RequiresPermissions("core:safetyInspectReport:list")
|
|
|
@PostMapping("/selfInspectList")
|
|
|
public AjaxResult selfInspectList(@RequestBody SafetyInspectDTO safetyInspectDTO)throws Exception {
|
|
|
AjaxResult ajax = AjaxResult.success();
|