OnlinePurchase.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:AutoTestFramework 作者: huilansame 项目源码 文件源码
def get_not_pay_order_from_db(self):
        import cx_Oracle
        con = cx_Oracle.connect(Config().get_oracle_connect())
        cur = con.cursor()
        cur.execute("select order_id from m_order t where t.userid='{0}' and t.status='0'".format(self.userid))
        return cur.fetchone()[0]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号