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

修改资源访问地址

parent 36d0c520
...@@ -94,30 +94,19 @@ public final class Constant { ...@@ -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 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_PLAN_DESC = "预约人监控计划";
/** /**
* 预约人员分组 * 预约人员分组
*/ */
public final static String APPOINTMENT_GROUP = "appointment_group"; public final static String APPOINTMENT_GROUP = "appointment_group_1";
/**
* 预约监控计划前缀
*/
public final static String APPOINTMENT_PLAN_PREFIX = "appointment_plan_";
/**
* 预约人员分组
*/
public final static String APPOINTMENT_GROUP_PREFIX = "appointment_group_";
} }
...@@ -41,21 +41,16 @@ import static com.mortals.xhx.common.key.ParamKey.PARAM_FACE_GROUP; ...@@ -41,21 +41,16 @@ import static com.mortals.xhx.common.key.ParamKey.PARAM_FACE_GROUP;
@Slf4j @Slf4j
public class SubEventStartedService implements IApplicationStartedService { public class SubEventStartedService implements IApplicationStartedService {
@Value("${hik.callback:''}") @Value("${hik.callback:}")
private String callback; private String callback;
@Autowired @Autowired
private IHikEventService hikEventService; private IHikEventService hikEventService;
@Autowired @Autowired
private IHikFaceService hikFaceService; private IHikFaceService hikFaceService;
@Autowired @Autowired
private IHikPlanService hikPlanService;
@Autowired
private FaceGroupService faceGroupService; private FaceGroupService faceGroupService;
@Autowired @Autowired
private FacePlanService facePlanService; private FacePlanService facePlanService;
@Autowired
private DeviceService deviceService;
@Override @Override
......
...@@ -60,7 +60,6 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService { ...@@ -60,7 +60,6 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService {
public void excuteTask(ITask task) throws AppException { public void excuteTask(ITask task) throws AppException {
log.info("同步注册用户任务"); log.info("同步注册用户任务");
syncRegisterUsers(); syncRegisterUsers();
//syncRegisterUsersTotal();
log.info("同步注册用户任务完成"); log.info("同步注册用户任务完成");
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