Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
go_rely_warehouse
/
zyos_go_mq_consume
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
更新
guide_order
huangjiajun
hace 6 meses
padre
505de834d4
commit
eb472df48f
Se han
modificado 3 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
app/db/model/ord_list.go
+1
-0
app/md/order.go
+1
-0
app/svc/svc_order_track_save_create_update.go
+ 1
- 0
app/db/model/ord_list.go
Ver fichero
@@ -59,4 +59,5 @@ type OrdList struct {
FastSuccess int `xorm:"not null default 0 INT(1)" json:"fast_success"`
OrderFormType int `xorm:"not null default 0 INT(1)" json:"order_form_type"`
IsTotal int `xorm:"not null default 0 INT(1)" json:"is_total"`
TaskType string `xorm:"not null default '' VARCHAR(100)" json:"task_type"`
}
+ 1
- 0
app/md/order.go
Ver fichero
@@ -141,6 +141,7 @@ type UserPid struct {
}
type OrderInfo struct {
TaskType string
UnionId string
Oid int64
PvdOid string
+ 1
- 0
app/svc/svc_order_track_save_create_update.go
Ver fichero
@@ -878,6 +878,7 @@ func OrderSaveCreateUpdate(eg *xorm.Engine, pvd string, ordData *[]md.OrderInfo,
}
// 插入新订单
newOrd := &model.OrdList{
TaskType: v.TaskType,
OrderFormType: orderFormType,
OrdId: oid,
Uid: uid,
Escribir
Vista previa
Cargando…
Cancelar
Guardar