Browse Source

Merge branch 'dev_wf' of wugg/phpstock into version1.5

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

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

@@ -30,7 +30,7 @@ class Resign extends Base
         $good_code = isset($this->post['good_code']) && $this->post['good_code']!="" ? trim($this->post['good_code']):"";
         if($good_code!=""){
            // $where['p.good_code'] = $good_code;
-            $where[]=['p.good_code',"like","%{$good_code}%"];
+            $where[]=['p.spuCode',"like","%{$good_code}%"];
         }
 
         $good_type_code = isset($this->post['good_type_code']) && $this->post['good_type_code']!="" ? trim($this->post['good_type_code']):"";