|
@@ -207,8 +207,11 @@ public class BoilerTaskOrderSecurityCheckServiceImpl implements BoilerTaskOrderS
|
|
|
updateObj.setValidityDate(localDateTime);
|
|
updateObj.setValidityDate(localDateTime);
|
|
|
}
|
|
}
|
|
|
Object checkConclusion = map.get("checkConclusion");
|
|
Object checkConclusion = map.get("checkConclusion");
|
|
|
|
|
+ Object checkResult = map.get("checkResult");
|
|
|
if(checkConclusion != null){
|
|
if(checkConclusion != null){
|
|
|
updateObj.setConclusion(checkConclusion.toString());
|
|
updateObj.setConclusion(checkConclusion.toString());
|
|
|
|
|
+ } else if (checkResult != null) {
|
|
|
|
|
+ updateObj.setConclusion(checkResult.toString());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|