This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_order_relate_rule
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
253
Wiki
Activity
Browse Source
update 绿色双链积分
master
DengBiao
9 months ago
parent
46cde736ec
commit
138f212099
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rule/green_coin_double_chain_settlement.go
+ 1
- 1
rule/green_coin_double_chain_settlement.go
View File
@@ -28,7 +28,7 @@ func DealUserGreenCoinDoubleChainIntegral(Db *xorm.Engine, uid int, amount, ordI
if err != nil {
return
}
if user.Level
>
= 2 {
if user.Level
<
= 2 {
//TODO::暂时写死(至少是银卡会员等级才能兑换)
return
}
Write
Preview
Loading…
Cancel
Save