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
1配置
master
huangjiajun
6 months ago
parent
2b00cf7711
commit
50fa73a3b1
2 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/admin/svc/order/svc_order_list.go
BIN
+ 0
- 1
app/admin/svc/order/svc_order_list.go
View File
@@ -524,7 +524,6 @@ func OrderOutput(c *gin.Context) {
vv["goods_name"],
vv["sku_str"],
vv["num"],
vv["send_date"],
})
xlsx.SetRowHeight("Sheet1", j, 18)
total += utils.StrToInt(vv["num"])
BIN
View File
Write
Preview
Loading…
Cancel
Save