Compare commits

...

1 Commits

Author SHA1 Message Date
9960469007 Update controllers/ApiController.php 2024-11-22 02:03:33 +00:00

View File

@ -518,6 +518,7 @@ class ApiController extends Controller {
}
public function actionReGenFeature() {
@file_get_contents("http://localhost:2305/update-feature");
\app\models\SyncUrl::deleteAll(['key_config' => 'log_process_status']);
$updating = \app\models\SyncUrl::findOne(['key_config' => 'updating']);
if (!$updating) {