Browse Source

ss

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
1019060492
1 changed files with 0 additions and 2 deletions
  1. 0 2
      report_push.py

+ 0 - 2
report_push.py

@@ -590,8 +590,6 @@ class ReportPush(object):
             house_result.append(sum(house_result_part))
             house_result.extend(house_result_part)
             result.append(house_result)
-        result.sort(key=lambda obj: obj[1])
-        result.reverse()
         return result
 
     def equal_by_house_id(self, data, house_id, index):