Commit d0831fd8 authored by liuyuzhen's avatar liuyuzhen

测试数据

parent b54f769f
......@@ -356,7 +356,7 @@ class StoreModel extends \DAO\AbstractModel
if($storeInfo['open_flag'] != 1) {
\Error\ErrorModel::throwException(\Error\CodeConfigModel::storeNotOpen);
}else{
\Error\ErrorModel::throwException(\Error\CodeConfigModel::storeNotExistOrClose);
\Error\ErrorModel::throwException(\Error\CodeConfigModel::storeNotExistOrClose1);
}
} else {
$storeInfo['isClose'] = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment