This commit is contained in:
ziming 2025-03-26 09:43:41 +08:00
parent f278be1cb7
commit e9b5ea3e7d
1 changed files with 1 additions and 3 deletions

View File

@ -54,9 +54,7 @@ func (p *OrderRepoImpl) FindInBatches(ctx context.Context, w *bo.FindInBatchesUs
return nil
}
func (p *OrderRepoImpl) Create(_ context.Context, req *bo.OrderBo) (*bo.OrderBo, error) {
ctx := context.Background()
func (p *OrderRepoImpl) Create(ctx context.Context, req *bo.OrderBo) (*bo.OrderBo, error) {
now := time.Now()