wugg 8 месяцев назад
Родитель
Сommit
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']];