|
...
|
...
|
@@ -39,7 +39,7 @@ class MonthAllCount extends Command |
|
|
|
|
|
|
|
public function handle(){
|
|
|
|
$projectModel = new Project();
|
|
|
|
$list = $projectModel->list(['is_upgrade'=>1,'delete_status'=>0]);
|
|
|
|
$list = $projectModel->list(['delete_status'=>0]);
|
|
|
|
foreach ($list as $v) {
|
|
|
|
if($v['is_upgrade'] == 1){
|
|
|
|
$oldModel = new UpdateOldInfo();
|
...
|
...
|
|