|
@@ -37,6 +37,8 @@ func NewOrderNotice(c *gin.Context) { |
|
|
} |
|
|
} |
|
|
if cfg != nil { |
|
|
if cfg != nil { |
|
|
res["has_new_order"] = cfg.Val |
|
|
res["has_new_order"] = cfg.Val |
|
|
|
|
|
cfg.Val = "0" |
|
|
|
|
|
db.Db.Where("`key`=?", "has_new_order").Update(cfg) |
|
|
} |
|
|
} |
|
|
e.OutSuc(c, res, nil) |
|
|
e.OutSuc(c, res, nil) |
|
|
return |
|
|
return |
|
|