作者 lyh

gx脚本更新路由

@@ -81,7 +81,7 @@ class UpdateBuildConfiguration extends Command @@ -81,7 +81,7 @@ class UpdateBuildConfiguration extends Command
81 */ 81 */
82 public function getProduct(){ 82 public function getProduct(){
83 $productModel = new Product(); 83 $productModel = new Product();
84 - $lists = $productModel->list([],'id',['id','content']); 84 + $lists = $productModel->list([],'id',['id','describe']);
85 $detailModel = new Detail(); 85 $detailModel = new Detail();
86 if(!empty($lists)){ 86 if(!empty($lists)){
87 foreach ($lists as $k => $v){ 87 foreach ($lists as $k => $v){