#django #restful 用filter 来查询“不等于”,需要Qfrom django.db.models import Qquery = OdmCustomerbank.objects.filter(~Q(payin=0))