0325-北仑:客群修改+pad走访
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>ibs</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>ibs-group</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package com.ruoyi.quartz.task;
|
||||
|
||||
import com.ruoyi.common.utils.StringUtils;
|
||||
import com.ruoyi.group.service.ICustGroupService;
|
||||
import com.ruoyi.ibs.cmpm.service.GridCmpmService;
|
||||
import com.ruoyi.ibs.dashboard.service.FileOptService;
|
||||
import com.ruoyi.ibs.draw.service.DrawGridCustService;
|
||||
@@ -47,6 +48,9 @@ public class RyTask
|
||||
@Resource
|
||||
private AddressAnalyseService addressAnalyseService;
|
||||
|
||||
@Resource
|
||||
private ICustGroupService custGroupService;
|
||||
|
||||
|
||||
public void ryMultipleParams(String s, Boolean b, Long l, Double d, Integer i)
|
||||
{
|
||||
@@ -111,4 +115,12 @@ public class RyTask
|
||||
addressAnalyseService.pointInGeometryScheduled();
|
||||
}
|
||||
|
||||
public void updateDynamicCustGroups() {
|
||||
custGroupService.updateDynamicCustGroups();
|
||||
}
|
||||
|
||||
public void checkAndDisableExpiredGroups() {
|
||||
custGroupService.checkAndDisableExpiredGroups();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user