Commit 5098389a authored by 宋柯's avatar 宋柯

模型调试

parent 2d6bb864
......@@ -651,7 +651,8 @@ def getItemStatisticSql(start, end):
) TT
GROUP BY TT.card_id, TT.partition_date, TT.label
""".format(startDay=start,endDay=end)
print(sql)
return sql
def getClickSql2(start, end):
sql = """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment