Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
0214482988
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/svc/platform/svc_guide_order_list.go

+ 1
- 1
app/svc/platform/svc_guide_order_list.go View File

@@ -30,7 +30,7 @@ func GuideOrderList(c *gin.Context, args map[string]string) ([]map[string]string
settleTime = time.Unix(int64(v.SettleTime), 0).Format("2006-01-02 15:04:05")
}
platformSettleTime := "-"
if v.SettleTime > 0 {
if v.PlatformSettleTime > 0 {
platformSettleTime = time.Unix(int64(v.PlatformSettleTime), 0).Format("2006-01-02 15:04:05")
}
var tmp = map[string]string{


Loading…
Cancel
Save