添加批量更新网格员方法

This commit is contained in:
sh
2026-03-30 16:10:42 +08:00
parent 933fe9288e
commit a8a082ef9d
5 changed files with 160 additions and 0 deletions

View File

@@ -44,4 +44,6 @@ public class JobCron {
public void updateCronCompanyContactEncrypt(){SpringUtils.getBean(CompanyContactService.class).updateCronCompanyContactEncrypt();}
//批量更新岗位联系人
public void updateCronJobContactEncrypt(){SpringUtils.getBean(JobContactService.class).updateCronJobContactEncrypt();}
//批量处理网格员
public void updateAppUserWgyEncrypt(){SpringUtils.getBean(IAppUserService.class).updateAppUserWgyEncrypt();}
}