Commit 092d1a1c authored by liuyuzhen's avatar liuyuzhen

测试数据

parent a354ee0e
......@@ -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::storeNotExistOrClose1);
\Error\ErrorModel::throwException(\Error\CodeConfigModel::storeNotExistOrClose);
}
} 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