Commit 01669d9b authored by zhz's avatar zhz

mall

parent a754e1ab
...@@ -55,7 +55,7 @@ class cliSaleOrder extends basecli ...@@ -55,7 +55,7 @@ class cliSaleOrder extends basecli
echo '****create dir fail ****'; echo '****create dir fail ****';
exit; exit;
} }
$this->lockFileName = $lockDir .'.locks'; $this->lockFileName = $lockDir .'orderSaleGoods.locks';
if( file_exists( $this->lockFileName ) ) if( file_exists( $this->lockFileName ) )
{ {
$stat = stat($this->lockFileName); $stat = stat($this->lockFileName);
......
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