作者 lyh

gx

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