Commit 9e82c297 authored by 赵啸非's avatar 赵啸非

修改资源访问地址

parent 36d0c520
......@@ -94,30 +94,19 @@ public final class Constant {
/**
* 陌生人监控计划
*/
public final static String STRANGER_PLAN = "stranger_plan";
public final static String STRANGER_PLAN = "stranger_plan_1";
public final static String STRANGER_PLAN_DESC = "陌生人监控计划";
/**
* 预约监控计划
*/
public final static String APPOINTMENT_PLAN = "appointment_plan";
public final static String APPOINTMENT_PLAN = "appointment_plan_1";
public final static String APPOINTMENT_PLAN_DESC = "预约人监控计划";
/**
* 预约人员分组
*/
public final static String APPOINTMENT_GROUP = "appointment_group";
/**
* 预约监控计划前缀
*/
public final static String APPOINTMENT_PLAN_PREFIX = "appointment_plan_";
/**
* 预约人员分组
*/
public final static String APPOINTMENT_GROUP_PREFIX = "appointment_group_";
public final static String APPOINTMENT_GROUP = "appointment_group_1";
}
......@@ -41,21 +41,16 @@ import static com.mortals.xhx.common.key.ParamKey.PARAM_FACE_GROUP;
@Slf4j
public class SubEventStartedService implements IApplicationStartedService {
@Value("${hik.callback:''}")
@Value("${hik.callback:}")
private String callback;
@Autowired
private IHikEventService hikEventService;
@Autowired
private IHikFaceService hikFaceService;
@Autowired
private IHikPlanService hikPlanService;
@Autowired
private FaceGroupService faceGroupService;
@Autowired
private FacePlanService facePlanService;
@Autowired
private DeviceService deviceService;
@Override
......
......@@ -60,7 +60,6 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService {
public void excuteTask(ITask task) throws AppException {
log.info("同步注册用户任务");
syncRegisterUsers();
//syncRegisterUsersTotal();
log.info("同步注册用户任务完成");
log.info("同步注册用户照片任务");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment