Commit b34e1797 authored by zhz's avatar zhz

mall

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