@@ -50,7 +50,7 @@ class CustomController extends BaseController
}
//天天鲜花 陈江店
- if (in_array($this->shopId, [763])) {
+ if (in_array($this->shopId, [763, 1405, 795])) {
if (!in_array($this->adminId, [2094, 5959])) {
util::fail('不能操作充值销单!');
@@ -144,7 +144,7 @@ class OrderClearController extends BaseController
util::fail('不能销单哦');