aa
This commit is contained in:
@@ -103,7 +103,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
|||||||
url, _ := getAPI("2").UploadImageNew(data, "2659335b16e3880e367759b8fc675933.tem.png")
|
url, _ := getAPI("2").UploadImageNew(data, "2659335b16e3880e367759b8fc675933.tem.png")
|
||||||
ex := store.LicenceExpire
|
ex := store.LicenceExpire
|
||||||
if ex == "" {
|
if ex == "" {
|
||||||
ex = utils.Time2Str(utils.Str2Time(store.LicenceValid).AddDate(0, 6, 0))
|
ex = utils.Time2Str(utils.Str2Time(store.LicenceValid).AddDate(10, 0, 0))
|
||||||
}
|
}
|
||||||
if !strings.Contains(ex, "00:00:00") {
|
if !strings.Contains(ex, "00:00:00") {
|
||||||
ex += " 00:00:00"
|
ex += " 00:00:00"
|
||||||
|
|||||||
Reference in New Issue
Block a user