232
This commit is contained in:
@@ -18,21 +18,19 @@ namespace MyCode.Project.ScheduleTask.Jobs
|
||||
public class NinePMTimeJob : IJob
|
||||
{
|
||||
|
||||
private readonly IStorageService _storageService;
|
||||
private IMillionShopExtensionService _millionShopExtensionService;
|
||||
private IStaffDataEnterpriseWechatService _staffDataEnterpriseWechatService;
|
||||
|
||||
public NinePMTimeJob(IStorageService storageService
|
||||
, IMillionShopExtensionService millionShopExtensionService)
|
||||
public NinePMTimeJob(IStaffDataEnterpriseWechatService staffDataEnterpriseWechatService
|
||||
)
|
||||
{
|
||||
_storageService = storageService;
|
||||
_millionShopExtensionService = millionShopExtensionService;
|
||||
_staffDataEnterpriseWechatService = staffDataEnterpriseWechatService;
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void Execute(IJobExecutionContext context)
|
||||
{
|
||||
_storageService.SendManagerAudit();//店长业绩审核提醒
|
||||
_staffDataEnterpriseWechatService.AddTask();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user