Explorar el Código

更新

master
huangjiajun hace 6 meses
padre
commit
45dce1ef5f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      app/admin/svc/order/svc_order_list.go

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

@@ -488,6 +488,7 @@ func OrderDetail(c *gin.Context) {
"time": gjson.Get(order.BuyInfo, "time").String(),
"create_at": order.CreateAt.Format("2006-01-02 15:04:05"),
"enterprise_name": enterpriseName,
"enterprise_id": utils.IntToStr(order.EnterpriseId),
"inside_name": insideName,
"goods_info": goodsInfo,
}


Cargando…
Cancelar
Guardar