|
|
if(isset($post["is_recommend"]) && in_array((string)$post["is_recommend"], ["0","1"])){
|
|
if(isset($post["is_recommend"]) && in_array((string)$post["is_recommend"], ["0","1"])){
|
|
|
$where[]=["is_recommend","=",(int)$post["is_recommend"]];
|
|
$where[]=["is_recommend","=",(int)$post["is_recommend"]];
|