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
更新
master
huangjiajun
5 months ago
parent
f09c1fcfc1
commit
36e15b3c73
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/admin/svc/order/svc_order_list.go
+ 1
- 0
app/admin/svc/order/svc_order_list.go
View File
@@ -1212,6 +1212,7 @@ func NoticeSave(c *gin.Context) {
}
data.Content = args["content"]
data.UpdateAt = time.Now()
eg.Where("id=?", data.Id).Update(data)
}
e.OutSuc(c, "success", nil)
return
Write
Preview
Loading…
Cancel
Save