Merge branch 'master' into docker_package
# Conflicts: # renren-admin/src/main/java/io/renren/modules/processForm/controller/TAbilityApplicationController.java
This commit is contained in:
commit
54d0ca1ecf
|
@ -392,9 +392,7 @@ public class TAbilityApplicationController {
|
|||
.list()
|
||||
.stream()
|
||||
.findFirst(); // 尝试获取当前task
|
||||
if (nowTask.isPresent()
|
||||
// && nowTask.get().getId().equals(index_.getTaskId())
|
||||
) { // 存在正在进行的任务
|
||||
if (nowTask.isPresent()) { // 存在正在进行的任务
|
||||
logger.info("该流程最新task:" + nowTask.get().getId());
|
||||
LocalDate localDate = tRemindersService.selectRemindersTime(nowTask.get().getId());
|
||||
if (localDate == null) { // 最新流程未进行过催办
|
||||
|
|
Loading…
Reference in New Issue