This commit is contained in:
ziming 2025-03-26 09:35:29 +08:00
parent a498b53ce4
commit f278be1cb7
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,10 @@ func (p *OrderRepoImpl) FindInBatches(ctx context.Context, w *bo.FindInBatchesUs
return nil 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() now := time.Now()
info := &model.Order{ info := &model.Order{