|
|
@@ -183,7 +183,7 @@ class StatKindController extends BaseController
|
|
|
$kindStat[$kindId]['cgNum'] = bcadd($kindStat[$kindId]['cgNum'], $num);
|
|
|
} else {
|
|
|
$kindStat[$kindId]['cgNum'] = $num;
|
|
|
- $kindStat[$kindId]['name'] = $kindName;
|
|
|
+ $kindStat[$kindId]['kindName'] = $kindName;
|
|
|
if (isset($kindStat[$kindId]['saleNum']) == false) {
|
|
|
$kindStat[$kindId]['saleNum'] = 0;
|
|
|
}
|