Browse Source

Merge branch 'version1.5' of wugg/phpstock into master-online

wugg 3 năm trước cách đây
mục cha
commit
2a8784eb75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/admin/controller/Goodup.php

+ 1 - 1
app/admin/controller/Goodup.php

@@ -100,7 +100,7 @@ class Goodup extends Base
                 $condit[] =['b.exam_status',"<>",6];
             }
           $sta =Db::name("good_basic")->alias("a")->leftJoin("good_platform b","a.spuCode=b.spuCode")->where($condit)
-              ->group("spuCode")->column('spuCode');
+              ->group("a.spuCode")->column('a.spuCode');
             $where[]=["spuCode","in",$sta];
         }