为了账号安全,请及时绑定邮箱和手机立即绑定

出现问题:'int' object is not callable 怎么解决?

数据库中的account表accid为1601和1602,转账金额为200,但程序运行后出现以下提示:

check acc avaible:select * from account where accid=1601

check acc avaible:select * from account where accid=1602

has_enough_money:select * from account where accid=1601 and money>200

reduce_money:update account set money=money-200 where accid=1601 

出现问题:'int' object is not callable


正在回答

1 回答

检查下 add方法里面的 有没有写错

        if cursor.rowcount != 1:
                raise Exception("账号%s加款失败" % accid)

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python操作MySQL数据库
  • 参与学习       85011    人
  • 解答问题       171    个

本视频教程讲解Python如何开发MySQL数据库程序

进入课程

出现问题:'int' object is not callable 怎么解决?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信