瀏覽代碼

修改后台商品列表查询错误问题

evoxwht 2 年之前
父節點
當前提交
a2b331ea53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crmeb/app/dao/BaseDao.php

+ 1 - 1
crmeb/app/dao/BaseDao.php

@@ -310,7 +310,7 @@ abstract class BaseDao
             if ($responses->hasMethod($method)) {
                 $with[] = $key;
             } else {
-                if (!in_array($key, ['timeKey', 'store_stock'])) {
+                if (!in_array($key, ['timeKey', 'store_stock','start_status'])) {
                     $otherWhere[] = is_array($value) ? $value : [$key, '=', $value];
                 }
             }