Commit 96cb8086 by 魏强

去掉is_out = 1;

parent bfa230a4
......@@ -184,7 +184,7 @@ def rent_refund():
rent.over_time = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
rent.back_money = rent.back_money + refund_money
production.is_out = 1
# production.is_out = 1
production.is_return = 1
production.return_machine_id = production_info.Machine.id
production.return_time = back_time
......
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