作者 lyh

gx

@@ -74,8 +74,8 @@ class UpdateMainHtml extends Command @@ -74,8 +74,8 @@ class UpdateMainHtml extends Command
74 */ 74 */
75 public function editMainHtml(){ 75 public function editMainHtml(){
76 $mainModel = new BTemplateMain(); 76 $mainModel = new BTemplateMain();
77 - $mainModel->edit(['type'=>3],['type'=>4]);  
78 -// $mainModel->edit(['type'=>4],['type'=>6]); 77 +// $mainModel->edit(['type'=>3],['type'=>4]);
  78 + $mainModel->edit(['type'=>4],['type'=>6]);
79 return true; 79 return true;
80 } 80 }
81 } 81 }