Browse Source

优化

master
wanghongjun 3 years ago
parent
commit
a57528f4dd
  1. 6
      source/application/common/logic/PassFlow.php

6
source/application/common/logic/PassFlow.php

@ -267,10 +267,12 @@ class PassFlow
foreach ($returnData as $groupName => $item) {
$listData = [];
foreach ($item as $itemKey => $itemRow) {
$listData[] = [
/*$listData[] = [
'time' => $itemKey,
'count' => $itemRow
];
];*/
$listData['dkeys'][] = $itemKey;
$listData['dvalue'][] = $itemRow;
}
$data[] = [
'groupName' => $groupName,

Loading…
Cancel
Save