|
@@ -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']];
|