1.查看orm执行的sql
In [1]: from cost_app.models import AccountInfo
In [2]: print(str(AccountInfo.objects.all().query))