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