|
|
@@ -512,11 +512,18 @@ class PurchaseOrderController extends BaseController
|
|
|
}
|
|
|
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
+ //纯彩花艺
|
|
|
if ($this->mainId == 10) {
|
|
|
if (in_array($this->adminId, [37, 988, 14346]) == false) {
|
|
|
util::fail('没有数据哦');
|
|
|
}
|
|
|
}
|
|
|
+ //天天鲜花十堰店
|
|
|
+ if ($this->mainId == 7184) {
|
|
|
+ if (in_array($this->adminId, [8340, 8345, 9433]) == false) {
|
|
|
+ util::fail('没有数据哦');
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
$data = PurchaseOrderClass::getOrderList($where);
|