Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
b34e1797
Commit
b34e1797
authored
Nov 29, 2018
by
zhz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mall
parent
e59ef6ff
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
recommend.php
scripts/crontab/goods/recommend.php
+1
-1
evaluate.php
scripts/crontab/order/evaluate.php
+1
-1
saleGoods.php
scripts/crontab/order/saleGoods.php
+1
-1
No files found.
scripts/crontab/goods/recommend.php
View file @
b34e1797
...
@@ -57,7 +57,7 @@ class cliRecommend extends basecli
...
@@ -57,7 +57,7 @@ class cliRecommend extends basecli
echo
'****create dir fail ****'
;
echo
'****create dir fail ****'
;
exit
;
exit
;
}
}
$this
->
lockFileName
=
$lockDir
.
DS
.
'
goodsRecommend.locks'
;
$this
->
lockFileName
=
$lockDir
.
'/
goodsRecommend.locks'
;
if
(
file_exists
(
$this
->
lockFileName
)
)
if
(
file_exists
(
$this
->
lockFileName
)
)
{
{
$stat
=
stat
(
$this
->
lockFileName
);
$stat
=
stat
(
$this
->
lockFileName
);
...
...
scripts/crontab/order/evaluate.php
View file @
b34e1797
...
@@ -55,7 +55,7 @@ class cliOrderEvaluate extends basecli
...
@@ -55,7 +55,7 @@ class cliOrderEvaluate extends basecli
echo
'****create dir fail ****'
;
echo
'****create dir fail ****'
;
exit
;
exit
;
}
}
$this
->
lockFileName
=
$lockDir
.
DS
.
'
orderEvaluate.locks'
;
$this
->
lockFileName
=
$lockDir
.
'/
orderEvaluate.locks'
;
if
(
file_exists
(
$this
->
lockFileName
)
)
if
(
file_exists
(
$this
->
lockFileName
)
)
{
{
$stat
=
stat
(
$this
->
lockFileName
);
$stat
=
stat
(
$this
->
lockFileName
);
...
...
scripts/crontab/order/saleGoods.php
View file @
b34e1797
...
@@ -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
.
DS
.
'
orderSaleGoods.locks'
;
$this
->
lockFileName
=
$lockDir
.
'/
orderSaleGoods.locks'
;
if
(
file_exists
(
$this
->
lockFileName
)
)
if
(
file_exists
(
$this
->
lockFileName
)
)
{
{
$stat
=
stat
(
$this
->
lockFileName
);
$stat
=
stat
(
$this
->
lockFileName
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment