Compare commits

..

2 Commits

Author SHA1 Message Date
tangw
6cd30879db Merge remote-tracking branch 'origin/master' 2026-05-12 16:23:29 +08:00
tangw
1d73290c0a 小BUG 2026-05-12 16:23:17 +08:00

View File

@ -451,8 +451,13 @@ 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()));
}
}
XmRef xmRef = new XmRef();
if ("Y".equals(ygxb) || "Y".equals(ygbb) || "Y".equals(ygnl) || "Y".equals(ygzd) || "Y".equals(ygzq)) {