摘要: @Overridepublic Map<String, Map<String, List<ServiceGitEntity>>> uiCasePolicyDropList(long jiraBrand) { Example example = new Example(ServiceEntity.cl 阅读全文
posted @ 2021-01-14 15:51 GᎭ•Cristin 阅读(254) 评论(0) 推荐(0) 编辑
摘要: @Scheduled(cron = "0 0/1 * * * ?") public void planAutoCreateTaskSchedule() { List<UiPolicyEntity> uiPolicyEntities = uiPolicyService.getAllWithCron() 阅读全文
posted @ 2021-01-14 15:48 GᎭ•Cristin 阅读(131) 评论(0) 推荐(0) 编辑
摘要: @Scheduled(cron = "0 0 10 * * ?") private void returnEquipmentTask() { Example exampleReturn = new Example(DeviceEntity.class); Example.Criteria crite 阅读全文
posted @ 2021-01-14 15:45 GᎭ•Cristin 阅读(180) 评论(0) 推荐(0) 编辑