Commit 68c0a290 authored by wwccw0591's avatar wwccw0591

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into ccw

parents 7d7190d8 51e8932d
...@@ -56,6 +56,7 @@ class cliStoreOnlineGoodsClass extends basecli ...@@ -56,6 +56,7 @@ class cliStoreOnlineGoodsClass extends basecli
} }
// Step: 02 检查是否已有相同CLI在运行中 // Step: 02 检查是否已有相同CLI在运行中
$lockDir=$this->_getBaseFileName('storeOnlineGoodsClass'); $lockDir=$this->_getBaseFileName('storeOnlineGoodsClass');
echo $lockDir;
if(!$this->mkdirs($lockDir)){ if(!$this->mkdirs($lockDir)){
echo '****create dir fail ****'; echo '****create dir fail ****';
exit; exit;
......
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