|
@@ -20,8 +20,8 @@ public class FIRC0092 extends QCCatalogue {
|
|
|
FirstCourseRecordDoc firstCourseRecordDoc = inputInfo.getFirstCourseRecordDoc();
|
|
|
if (firstCourseRecordDoc != null) {
|
|
|
TreatPlanLabel treatPlanLabel = firstCourseRecordDoc.getTreatPlanLabel();
|
|
|
- if (treatPlanLabel.getNursingLevel() == null ||
|
|
|
- treatPlanLabel.getMedicine() == null && treatPlanLabel.getTreat().size() == 0) {
|
|
|
+ if (!(treatPlanLabel.getNursingLevel() != null &&
|
|
|
+ (treatPlanLabel.getMedicine() != null || treatPlanLabel.getTreat().size() > 0))) {
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|