|
@@ -48,8 +48,8 @@ public class BscEnterpriseAutonomyController {
|
|
*/
|
|
*/
|
|
@GetMapping("streetCompany")
|
|
@GetMapping("streetCompany")
|
|
public ApiResult<Void> streetCompany() {
|
|
public ApiResult<Void> streetCompany() {
|
|
-// bscEnterpriseAutonomyService.patrolInspection();
|
|
|
|
- bscEnterpriseAutonomyService.enterpriseAutonomyTask();
|
|
|
|
|
|
+ bscEnterpriseAutonomyService.patrolInspection();
|
|
|
|
+// bscEnterpriseAutonomyService.enterpriseAutonomyTask();
|
|
return ApiResult.success();
|
|
return ApiResult.success();
|
|
}
|
|
}
|
|
|
|
|