Skip to content

Commit

Permalink
product mysqldb 字符修正
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Sep 14, 2020
1 parent 96fd1a2 commit 09a0ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/product/ProductMysqldb.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ public function getCategoryIdsByProductId($product_id)
*/
public function getCategoryIdsByProductIds($product_ids)
{
if (empty($product_ids) || is_array($product_ids)) {
if (empty($product_ids) || !is_array($product_ids)) {

return [];
}
Expand Down

0 comments on commit 09a0ec2

Please sign in to comment.