Commit 757d141a by Aeolus

update

parent b87a176b
......@@ -734,7 +734,7 @@ def run_all_draw_money():
"""
sql = """
select sum(real_total) as real_total from (SELECT
select ifnull(sum(real_total),0) as real_total from (SELECT
SUM(tab1.real_total) AS real_total,
tab1.bill_date,
IFNULL(draw_record.status, - 2) as status,
......
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