Commit 5f4964fe authored by Wei Shoulin's avatar Wei Shoulin
Browse files

bugs

parent b1c273bf
......@@ -221,7 +221,7 @@ class RefFitsApi(object):
sql = ['INSERT INTO ifs_raw_ref (fit_id, ref_id, create_time) values ']
values = ["(%s,%s,%s)"%(i,ref_fits_id,format_time_ms(time.time())) for i in raw_fits_ids]
self.db.execute(sql + ",".join())
self.db.execute(sql + ",".join(values))
self.db.end()
......
Supports Markdown
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