tp3.2クエリデータフィールドが空ではありません

公式参照アドレス
https://www.kancloud.cn/manual/thinkphp/1771

 $b['status'] = 1;
 $b['tiezipicture'] = array('neq','');

  
 $chanye=$shequ_model->where($b)->order('id DESC')->limit(3)->select();  

おすすめ

転載: blog.csdn.net/qq_39835505/article/details/95318294