Commit 85f90c9f authored by chenchuanwen's avatar chenchuanwen

basename

parent 1953dfc8
...@@ -49,7 +49,7 @@ class cliSaleOrder extends basecli ...@@ -49,7 +49,7 @@ class cliSaleOrder extends basecli
echo "*** Debug mode ***\n"; echo "*** Debug mode ***\n";
} }
// Step: 02 检查是否已有相同CLI在运行中 // Step: 02 检查是否已有相同CLI在运行中
$lockDir=$this->_getBaseFileName('signedClassExpireInform'); $lockDir=$this->_getBaseFileName('store');
if(!$this->mkdirs($lockDir)){ if(!$this->mkdirs($lockDir)){
echo '****create dir fail ****'; echo '****create dir fail ****';
exit; exit;
......
...@@ -49,7 +49,7 @@ class cliSaleOrder extends basecli ...@@ -49,7 +49,7 @@ class cliSaleOrder extends basecli
echo "*** Debug mode ***\n"; echo "*** Debug mode ***\n";
} }
// Step: 02 检查是否已有相同CLI在运行中 // Step: 02 检查是否已有相同CLI在运行中
$lockDir=$this->_getBaseFileName('tryExpireInform'); $lockDir=$this->_getBaseFileName('store');
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