-f
This commit is contained in:
@@ -1251,9 +1251,11 @@ func NewContainer() *Container {
|
||||
// 组件报告订单处理器
|
||||
func(
|
||||
componentReportOrderService *product.ComponentReportOrderService,
|
||||
purchaseOrderRepo domain_finance_repo.PurchaseOrderRepository,
|
||||
config *config.Config,
|
||||
logger *zap.Logger,
|
||||
) *handlers.ComponentReportOrderHandler {
|
||||
return handlers.NewComponentReportOrderHandler(componentReportOrderService, logger)
|
||||
return handlers.NewComponentReportOrderHandler(componentReportOrderService, purchaseOrderRepo, config, logger)
|
||||
},
|
||||
// UI组件HTTP处理器
|
||||
func(
|
||||
|
||||
Reference in New Issue
Block a user