|
|
@@ -1424,6 +1424,7 @@ class Whlabel extends Start_Controller
|
|
|
$odid = '';
|
|
|
$companytitle = '';
|
|
|
$shop_list = [];
|
|
|
+ $details[$v['details']] = $v['details'];
|
|
|
foreach ($qbdata as $v) {
|
|
|
if ($v['zd'] != "" && $v['state'] < 1) {
|
|
|
if (!isset($od[$v['zd']])) {
|
|
|
@@ -1433,7 +1434,7 @@ class Whlabel extends Start_Controller
|
|
|
}
|
|
|
}
|
|
|
if ($v['state'] < 1) {
|
|
|
- $details[$v['details']] = $v['details'];
|
|
|
+ //$details[$v['details']] = $v['details'];
|
|
|
if ($v['cpid'] != 0) {
|
|
|
$cpid[$v['cpid']] = $v['cpid'];
|
|
|
}
|