|
|
@ -368,7 +368,8 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
|
ifRepeat = true; |
|
|
|
|
|
|
|
} |
|
|
|
applicationList.forEach(apply -> { |
|
|
|
if(!ifRepeat) { |
|
|
|
applicationList.forEach(apply -> { |
|
|
|
IssueApplicationDTO carrier = new IssueApplicationDTO(); |
|
|
|
carrier.setId(apply.getId()); |
|
|
|
carrier.setApplyStatus(defaultStatusUnderAuditing); |
|
|
@ -383,7 +384,7 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
|
applyIds.add(apply.getId()); |
|
|
|
}); |
|
|
|
|
|
|
|
if(!ifRepeat) { |
|
|
|
|
|
|
|
//新增history
|
|
|
|
applyIds.forEach(id -> { |
|
|
|
|
|
|
|