patch sipro
This commit is contained in:
		@@ -26,7 +26,7 @@ def assembly_info():
 | 
				
			|||||||
    expand_param = params.get('expand')
 | 
					    expand_param = params.get('expand')
 | 
				
			||||||
    order_ids = params.get('orderIds')
 | 
					    order_ids = params.get('orderIds')
 | 
				
			||||||
    expand_list = expand_param if expand_param else []
 | 
					    expand_list = expand_param if expand_param else []
 | 
				
			||||||
    datetime_format = 'YYYY-MM-DD, HH24:MI'
 | 
					    datetime_format = 'YYYY.MM.DD, HH24:MI'
 | 
				
			||||||
    entity_list = [
 | 
					    entity_list = [
 | 
				
			||||||
        database.Assembly.id.label('id'),
 | 
					        database.Assembly.id.label('id'),
 | 
				
			||||||
        database.Assembly.order_id.label('order_id'),
 | 
					        database.Assembly.order_id.label('order_id'),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user