Browse Source

1ipad端

master
huangjiajun 7 months ago
parent
commit
be353868de
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/bigData/hdl/hdl_making_data.go

+ 2
- 0
app/bigData/hdl/hdl_making_data.go View File

@@ -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


Loading…
Cancel
Save