Compare commits

..

No commits in common. "6cd30879db14cf9d5b215e84c5109683e24eb56b" and "d43aaa9e837f5129d92cb8398b4d2bbb42ed1226" have entirely different histories.

View File

@ -451,12 +451,7 @@ public class LisWorkcom extends LisWorkBase{
}
Double age = null;
if ("Y".equals(ygnl)) {
Integer nl=labPat.getNl();
if(nl==null){
age=-1.00;
}else {
age = AgeUtils.getDecimalAge(AgeUtils.getBirthDateByAge(labPat.getNl(), labPat.getNldw()));
}
age = AgeUtils.getDecimalAge(AgeUtils.getBirthDateByAge(labPat.getNl(), labPat.getNldw()));
}
XmRef xmRef = new XmRef();
if ("Y".equals(ygxb) || "Y".equals(ygbb) || "Y".equals(ygnl) || "Y".equals(ygzd) || "Y".equals(ygzq)) {