wugg 8 ヶ月 前
コミット
dcbed3f055
1 ファイル変更2 行追加2 行削除
  1. 2 2
      app/txx/controller/Activity.php

+ 2 - 2
app/txx/controller/Activity.php

@@ -124,9 +124,9 @@ class Activity extends Base{
             'contactor'=>'',
             'goodName'=>'',
             "page"=>1,"size"=>15],"post","trim");
-        $where=[["is_del","=",0]];
+        $where=[["act_good.is_del","=",0]];
         if($param['actCode']!==""){
-            $where[]=["actCode","like","%".$param['actCode']."%"];
+            $where[]=["act_good.actCode","like","%".$param['actCode']."%"];
         }
         if($param['status']!==""){
             $where[]=["act_good.status","=",$param['status']];