This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_condition_statistics
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Wiki
Activity
Browse Source
更新
master
huangjiajun
1 year ago
parent
6c61fe7d49
commit
55ab82825d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hdl/hdl_upgrade.go
+ 1
- 0
hdl/hdl_upgrade.go
View File
@@ -109,6 +109,7 @@ func CommUplv(blockStarChain string, eg *xorm.Engine, dbName string, user *model
expire = t.AddDate(1, 0, 0)
ord.ExpireAt = expire
case 4:
expire = t
// 永久(设置为与创建时间相同)
ord.ExpireAt = t
}
Write
Preview
Loading…
Cancel
Save