Exemple #1
0
def show_asset_phone_info_by_all(id):
    start = request.values['iDisplayStart']
    count = request.values['iDisplayLength']
    acs = AssetConsumeService()
    return acs.get_asset_consume_info_search_show(id, start, count)