Commit 880b1874 by 魏强

qwe;

parent e2191e7e
...@@ -212,7 +212,7 @@ class RentService(): ...@@ -212,7 +212,7 @@ class RentService():
cur_info = {} cur_info = {}
cur_info['rent_no'] = info.rent_no cur_info['rent_no'] = info.rent_no
cur_info['hatch_no'] = info.rent_hatch_no cur_info['hatch_no'] = info.rent_hatch_no
cur_info['total'] = info.total cur_info['total'] = info.total if info.total else 0
cur_info['phone'] = info.phone cur_info['phone'] = info.phone
if info.is_return == 1: if info.is_return == 1:
if cur_info['total'] <= 0: if cur_info['total'] <= 0:
......
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