This commit is contained in:
Taric Xin
2022-03-22 17:41:58 +08:00
parent 873ff7f61b
commit e3a14bb57f
15 changed files with 218 additions and 249 deletions

View File

@ -190,7 +190,7 @@ export class OrderManagementService extends ShipperBaseService {
})
);
}
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
super(injector, eaCacheSrv);
constructor(public injector: Injector) {
super(injector);
}
}