|
...
|
...
|
@@ -40,7 +40,7 @@ class UpdateBuildConfiguration extends Command |
|
|
|
* @method :post
|
|
|
|
* @time :2024/12/11 11:49
|
|
|
|
*/
|
|
|
|
public function handle(){
|
|
|
|
public function handles(){
|
|
|
|
//查询当前的所有项目都开启可视化
|
|
|
|
$buildModel = new DeployBuild();
|
|
|
|
$lists = $buildModel->list();
|
|
...
|
...
|
@@ -59,7 +59,7 @@ class UpdateBuildConfiguration extends Command |
|
|
|
* @method :post
|
|
|
|
* @time :2024/12/11 14:33
|
|
|
|
*/
|
|
|
|
public function handles(){
|
|
|
|
public function handle(){
|
|
|
|
$projectModel = new Project();
|
|
|
|
$list = $projectModel->list(['delete_status'=>0]);
|
|
|
|
foreach ($list as $k => $v){
|
...
|
...
|
|