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
4 months ago
parent
5110bc3659
commit
80b5fcec17
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/admin/svc/order/svc_order_list.go
+ 1
- 1
app/admin/svc/order/svc_order_list.go
View File
@@ -780,7 +780,7 @@ func OrderUpdateState(c *gin.Context) {
return
return
}
}
sess2 := sess
sess2 := sess
sess2.Where("state!=5")
sess2.Where("state!=5
and state!=4
")
if args["ids"] != "" {
if args["ids"] != "" {
sess2.In("oid", strings.Split(args["ids"], ","))
sess2.In("oid", strings.Split(args["ids"], ","))
}
}
Write
Preview
Loading…
Cancel
Save