|
|
@@ -221,6 +221,18 @@ class CheckOrderController extends BaseController
|
|
|
$could = true;
|
|
|
}
|
|
|
}
|
|
|
+ //花瀚鲜花供应链
|
|
|
+ if ($mainId == 14499) {
|
|
|
+ if (in_array($this->adminId, [11961, 11976])) {
|
|
|
+ $could = true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ //徐记花卉
|
|
|
+ if ($mainId == 10866) {
|
|
|
+ if (in_array($this->adminId, [11964])) {
|
|
|
+ $could = true;
|
|
|
+ }
|
|
|
+ }
|
|
|
} else {
|
|
|
if ($mainId == 812) {
|
|
|
if (in_array($this->adminId, [1091])) {
|