Преглед изворни кода

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

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];
                 }
             }