Commit a789119a authored by wanglong's avatar wanglong

修复监检机构对于超期整改问题不具备问题分类和判断功能

parent 16a1888e
......@@ -151,6 +151,8 @@ public class QualityProblemServiceImpl extends BaseService<QualityProblemDto,Qua
problemInitiationService.execute(quality.getInstanceId(),quality,"0");
}
} else if (ProblemProcessEnum.超期整改发送短信.getName().equals(quality.getStatus())) {
problemInitiationService.execute(quality.getInstanceId(),quality,"0");
}
return "0k";
}
......
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