|
@@ -154,6 +154,9 @@ public class THR02985 extends QCCatalogue {
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ if (StringUtil.isBlank(missDrug)) {
|
|
|
|
+ continue;
|
|
|
|
+ }
|
|
boolean modelFind = false;
|
|
boolean modelFind = false;
|
|
int wardNum = 0;
|
|
int wardNum = 0;
|
|
for (ThreeLevelWardDoc threeLevelWardDoc : allDoctorWradDocs) {
|
|
for (ThreeLevelWardDoc threeLevelWardDoc : allDoctorWradDocs) {
|