shish 4 years ago
parent
commit
bb2a32f352
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app-ghs/controllers/XrFlController.php

+ 0 - 2
app-ghs/controllers/XrFlController.php

@@ -26,9 +26,7 @@ class XrFlController extends BaseController
             util::fail('数据错误');
         }
         XrFlClass::updateByCondition(['shopId' => $this->shopId], ['delStatus' => 1]);
-        $arr = arrayUtil::arraySort($arr, 'amount');
         foreach ($arr as $key => $item) {
-
             $mini = $item['miniExpend'] ?? 0;
             $hbAmount = $item['hbAmount'] ?? 0;
             if ($mini <= $hbAmount) {