ctx
This commit is contained in:
parent
a498b53ce4
commit
f278be1cb7
|
|
@ -54,7 +54,10 @@ func (p *OrderRepoImpl) FindInBatches(ctx context.Context, w *bo.FindInBatchesUs
|
|||
return nil
|
||||
}
|
||||
|
||||
func (p *OrderRepoImpl) Create(ctx context.Context, req *bo.OrderBo) (*bo.OrderBo, error) {
|
||||
func (p *OrderRepoImpl) Create(_ context.Context, req *bo.OrderBo) (*bo.OrderBo, error) {
|
||||
|
||||
ctx := context.Background()
|
||||
|
||||
now := time.Now()
|
||||
|
||||
info := &model.Order{
|
||||
|
|
|
|||
Loading…
Reference in New Issue