Explorar o código

修复公众号渠道码删除还显示的问题

evoxwht %!s(int64=3) %!d(string=hai) anos
pai
achega
1c47c3345d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/app/model/wechat/WechatQrcode.php

+ 1 - 1
crmeb/app/model/wechat/WechatQrcode.php

@@ -64,6 +64,6 @@ class WechatQrcode extends BaseModel
 
     public function searchIsDelAttr($query, $value)
     {
-        if ($value != '') $query->where('is_del', $value);
+        if ($value !== '') $query->where('is_del', $value);
     }
 }