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
b8572b56
Commit
b8572b56
authored
Sep 06, 2018
by
wwccw0591
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
orderEdit
parent
dad52d83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ArrayConst.php
application/library/Our/ArrayConst.php
+1
-1
OrderService.php
application/models/Business/Order/OrderService.php
+1
-1
CodeConfig.php
application/models/Error/CodeConfig.php
+1
-1
No files found.
application/library/Our/ArrayConst.php
View file @
b8572b56
...
...
@@ -113,7 +113,7 @@ class ArrayConst
const
orderCloseTemplate
=
array
(
'type'
=>
14
,
'title'
=>
'订单关闭通知'
,
'content'
=>
'您的
定单超过5
分钟没人接单,自动关闭'
,
'content'
=>
'您的
订单超过10
分钟没人接单,自动关闭'
,
'thumb'
=>
''
,
'href'
=>
''
,
'price'
=>
0
...
...
application/models/Business/Order/OrderService.php
View file @
b8572b56
...
...
@@ -736,7 +736,7 @@ class OrderServiceModel extends \Business\AbstractModel
$delivery
[
'finishTime'
]
=
$value
[
'finishTime'
];
$delivery
[
'mobPhone'
]
=
$delivery
[
'mobPhone'
]
?
$delivery
[
'mobPhone'
]
:
''
;
$delivery
[
'finishTime'
]
=
$delivery
[
'finishTime'
]
?
$delivery
[
'finishTime'
]
:
ApiConst
::
zero
;
$delivery
[
'orderGoods'
]
=
$
orderGoods
;
$delivery
[
'orderGoods'
]
=
$
goodsDao
->
convert
(
$orderMerge
[
$value
[
'orderId'
]][
'orderGoods'
])
;
$delivery
[
'street'
]
=
$delivery
[
'reciverInfo'
][
'address'
]
.
$delivery
[
'reciverInfo'
][
'street'
];
$delivery
[
'lng'
]
=
$delivery
[
'reciverInfo'
][
'lng'
]
?
$delivery
[
'reciverInfo'
][
'lng'
]
:
0.0
;
$delivery
[
'lat'
]
=
$delivery
[
'reciverInfo'
][
'lat'
]
?
$delivery
[
'reciverInfo'
][
'lat'
]
:
0.0
;
...
...
application/models/Error/CodeConfig.php
View file @
b8572b56
...
...
@@ -411,7 +411,7 @@ const notAllowDelete=300114;
self
::
emptyUsername
=>
"用户名不能为空"
,
self
::
emptyPassword
=>
"密码不能为空"
,
self
::
errorUsernameOrPassword
=>
'用户名或密码错误'
,
self
::
illegalAccess
=>
"非法访问"
,
self
::
illegalAccess
=>
"非法访问
,还未授权,或者授权过期
"
,
self
::
wrongTelnumber
=>
"请输入正确的手机号码"
,
self
::
maxGetAccess
=>
'今天授权次数已经用完'
,
self
::
isLogin
=>
'你已经登录'
,
...
...
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