django使用flat与不使用flat的区别
In [14]: ProductCategory.objects.filter(product_id__in=list(product_category_list)).values_list
2016-10-29