This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
bakery
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1ipad端
master
huangjiajun
7 months ago
parent
8c5a8b8e35
commit
be353868de
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
res["has_new_order"] = cfg.Val
cfg.Val = "0"
db.Db.Where("`key`=?", "has_new_order").Update(cfg)
}
e.OutSuc(c, res, nil)
return
Write
Preview
Loading…
Cancel
Save