Commit 5ac6795e authored by luhongguang's avatar luhongguang

Merge branch 'develop' of https://git.yidian-inc.com:8021/bp/goods into develop

parents e0717804 c6e525f4
......@@ -93,7 +93,7 @@ class MarketingService
$page = ($params['page'] - 1) * $limit;
if (!empty($params['marketing_name'])) {
$where['marketing_name[~]'] = $params['marketing_name'];
$where['marketing_name'] = $params['marketing_name'];
}
if (!empty($params['marketing_id'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment