Explorar el Código

【程序目录】修复查询错误

吴昊天 hace 3 años
padre
commit
ba2351161f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crmeb/app/dao/order/StoreOrderDao.php

+ 1 - 1
crmeb/app/dao/order/StoreOrderDao.php

@@ -797,7 +797,7 @@ class StoreOrderDao extends BaseDao
      */
     public function getOrderListByWhere(array $where, $field = "*")
     {
-        return $this->search($where)->field()->select($field)->toArray();
+        return $this->search($where)->field($field)->select()->toArray();
     }
 
     /**批量修改订单