码迷,mamicode.com
首页 > 数据库 > 详细

odoo里用sql语句说为日期date类型,没有转换为字符串。

时间:2017-07-03 16:19:03      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:png   nbsp   span   elf   转换   env   code   上传   strftime   

开始我以为是日期now没有转换为string,一直在转换

  now = time.strftime("%Y-%m-%d %H:%M:%S")
            param = (now, id)
            # 第一次上传时间确定注意date日期一定要用引号才是字符串
            a = self.env.cr.execute(
                "update dycrm_khsx set upltim = ‘%s‘ where khmc_khsx = %s" % param)

后来才发现upltim=’%s‘在sql这里加上引号就可以了。

 

好了就这么多,有用方便的话,欢迎支付宝打赏哦。

 技术分享

  本文为原创转载请注明。

odoo里用sql语句说为日期date类型,没有转换为字符串。

标签:png   nbsp   span   elf   转换   env   code   上传   strftime   

原文地址:http://www.cnblogs.com/zzzhhy/p/7111037.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!