Commit 05e9f8fa by 魏强

qwe;

parent 41bf8021
......@@ -96,6 +96,7 @@ class RentService():
@staticmethod
def get_no_production_detail(rent_no):
print('no_production_Detail')
rent_detail = Rent.query.filter_by(rent_no=rent_no).first()
total_info = []
tmp = {
......@@ -118,7 +119,7 @@ class RentService():
@staticmethod
def get_production_detail_new(rent_no, hatch_no):
print('production_Detail')
sql = '''
SELECT rent.deposit, rent.is_over, production.is_return, production.total, production.return_hatch_no,
production.rent_machine_id, rent.customer_id, rent.real_total, rent.rent_no, production.return_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