大米CMS官网论坛,大米站长联盟,大米站长之家,大米开发者社区

标题: magento2 or查询 [打印本页]

作者: 追影    时间: 2020-9-16 17:08
标题: magento2 or查询
  1. ->addAttributeToFilter([
  2.                     ['attribute' => 'text_marker_from', [
  3.                         'or' => [
  4.                             ['date' => true, 'to' => $todayEnd],
  5.                             ['null' => true]
  6.                         ]
  7.                     ]],
  8.                     ['attribute' => 'text_marker_to', [
  9.                         'or' => [
  10.                             ['date' => true, 'from' => $todayStart],
  11.                             ['null' => true]
  12.                         ]
  13.                     ]]
  14.                 ]);
复制代码







欢迎光临 大米CMS官网论坛,大米站长联盟,大米站长之家,大米开发者社区 (https://www.damicms.com/bbs/) Powered by Discuz! X3.1