@@ -215,11 +215,11 @@ class ProductController extends BaseController
if (getenv('YII_ENV') == 'production') {
//小蔡鲜花的几个分店的零售店不能修改体系
if (in_array($shopId, [29153, 29155, 29157, 29162, 29164])) {
- util::fail('本店无法改价');
+ util::fail('本店不能改价哦');
}
} else {
if (in_array($shopId, [36545])) {
- util::fail('本店无法改价哦');
+ util::fail('本店无法改价哈');