|
@@ -616,7 +616,7 @@ WHERE eo.order_detail_id = %s`, p.param.LinkedOrderId))
|
|
|
inData := map[string]interface{}{
|
|
|
"order_detail_id": p.param.Id,
|
|
|
"wait_empower_id": pid,
|
|
|
- "create_time": time.Now(),
|
|
|
+ "create_time": time.Now().Format(date.Date_Full_Layout),
|
|
|
}
|
|
|
g.DB().Ctx(ctx).Insert(ctx, "entniche_order", inData)
|
|
|
}
|