Explorar el Código

更新

master
huangjiajun hace 5 meses
padre
commit
5081ea2831
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/admin/svc/order/svc_order_list.go

+ 1
- 1
app/admin/svc/order/svc_order_list.go Ver fichero

@@ -878,7 +878,7 @@ func OrderOutput(c *gin.Context) {
}
for _, vv := range orderGoods {
tmp := make(map[string]string)
tmp["date"] = v.CreateAt.Format("2006-01-02")
tmp["date"] = v.CreateAt.Format("2006-01-02 15:04:05")
tmp["send_date"] = gjson.Get(v.BuyInfo, "date").String()
tmp["goods_name"] = vv.GoodsTitle
tmp["make_date"] = utils.TimeParseDateStd1(vv.MakeDate)


Cargando…
Cancelar
Guardar