主程序

This commit is contained in:
tangw 2025-11-05 17:15:49 +08:00
parent eeef6ead2a
commit f12217ac1b

View File

@ -968,8 +968,8 @@ public class LisWorkcom extends LisWorkBase{
} }
if (newpatinfo) commonUtil.insertLabPat(labPat); if (newpatinfo) commonUtil.insertLabPat(labPat);
else commonUtil.updateLabPat(labPat); else commonUtil.updateLabPat(labPat);
commonUtil.insertLabResultByBarcode(jyrq, ybh, yq, sqh); commonUtil.insertLabResultByBarcode(jyrq, yq, ybh, sqh);
List<LabResult> labResultList=commonUtil.getLabResultList(jyrq, ybh, yq); List<LabResult> labResultList=commonUtil.getLabResultList(jyrq, yq, ybh);
List<LabInputmdl> labInputmdlList=chkautoinput(yq,ybh); List<LabInputmdl> labInputmdlList=chkautoinput(yq,ybh);
boolean setyblx=false; boolean setyblx=false;
if(!labInputmdlList.isEmpty()) { if(!labInputmdlList.isEmpty()) {