Explorar o código

采购列表优化

林琦海 %!s(int64=5) %!d(string=hai) anos
pai
achega
16d2f65370
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      biz-hd/purchase/services/PurchaseService.php

+ 2 - 2
biz-hd/purchase/services/PurchaseService.php

@@ -41,7 +41,7 @@ class PurchaseService extends BaseService
             $list[$key]['supplierAvatar'] = $ghsInfo[$ghsId]['logoUrl'] ?? imgUtil::getPrefix() . '/hhb_small.png';
             $adminId = $val['adminId'] ?? 0;
             $list[$key]['adminName'] = $adminInfo[$adminId]['name'] ?? '';
-            $list[$key]['status'] = rand(1, 4);
+            //$list[$key]['status'] = rand(1, 4);
         }
         return $list;
     }
@@ -54,4 +54,4 @@ class PurchaseService extends BaseService
         return ['list' => $list, 'debtNum' => $count];
     }
 
-}
+}