Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
549fd63d
Commit
549fd63d
authored
Apr 24, 2019
by
hujun
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/0416-v3.2.5' into 0416-v3.2.5
parents
2e87262d
8d486cf1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ConvertCouponService.php
application/api/service/ConvertCouponService.php
+1
-1
No files found.
application/api/service/ConvertCouponService.php
View file @
549fd63d
...
@@ -127,7 +127,7 @@ class ConvertCouponService
...
@@ -127,7 +127,7 @@ class ConvertCouponService
}
}
// 修改券状态为已使用
// 修改券状态为已使用
$this
->
m_coupon
->
updateUseStatus
(
$invite_user_coupon_list
[
0
][
'id'
],
1
,
$report_id
,
$bargain_id
,
$order_id
,
date
(
"Y-m-d H:i:s"
,
time
()));
$this
->
m_coupon
->
updateUseStatus
(
$invite_user_coupon_list
[
0
][
'id'
],
1
,
$report_id
,
$bargain_id
,
$order_id
,
date
(
"Y-m-d H:i:s"
,
time
()));
// 将活动奖励金额写入账户余额
$coupon_list[0]['money']
// 将活动奖励金额写入账户余额
$this
->
s_account_balance
->
addUserBalance
(
$invite_user_coupon_list
[
0
][
'money'
],
$invite_user
,
0
,
$invite_user_coupon_list
[
0
][
'id'
],
0
);
$this
->
s_account_balance
->
addUserBalance
(
$invite_user_coupon_list
[
0
][
'money'
],
$invite_user
,
0
,
$invite_user_coupon_list
[
0
][
'id'
],
0
);
...
...
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