07 2019 档案

摘要:在modes.py建立模型 from django.db import models from django.contrib.auth.models import User # 关联参数表 class Parameters(models.Model): parameter = models.Char 阅读全文
posted @ 2019-07-24 14:14 carlvine 阅读(1551) 评论(0) 推荐(0)
摘要:区间查询:db.getCollection('repay_batch_info').find({"batch_no":{"$gt":"mnwp2pt005","$lt":"mnwp2pt107"}}) and查询:db.getCollection('loan_instruction').find({ 阅读全文
posted @ 2019-07-09 11:39 carlvine 阅读(252) 评论(0) 推荐(0)