sql = "select id from company where date_year_month = %s" % "2017-3" 出错 将%s改为'%s'解决。

相关文章: