Commit 22928f71 authored by chenhao's avatar chenhao

修改条件

parent 9d5ff7ac
......@@ -174,7 +174,7 @@ public class FailureMaintainServiceImpl extends BaseService<FailureMaintainDto,
failureMaintainDto.getAttachment());
}
if (failureDetailsService.checkIsInMaintenance(failureDetailsDto.getSequenceNbr()) != null) {
if (failureDetailsService.checkIsInMaintenance(failureDetailsDto.getSequenceNbr()) == null) {
try {
failureDetailsService.excuteTask(failureMaintainDto.getFaultId(), userInfo, condition);
}catch (Exception e) {
......
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