|
@@ -6,6 +6,7 @@ import com.lantone.qc.pub.Content;
|
|
|
import com.lantone.qc.pub.model.InputInfo;
|
|
|
import com.lantone.qc.pub.model.OutputInfo;
|
|
|
import com.lantone.qc.pub.model.entity.BeHospitalizedWay;
|
|
|
+import com.lantone.qc.pub.util.StringUtil;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.Map;
|
|
@@ -29,6 +30,9 @@ public class FIRP0169 extends QCCatalogue {
|
|
|
return;
|
|
|
}
|
|
|
String beHospitalizedWayStr = beHospitalizedWay.getName();
|
|
|
+ if (StringUtil.isBlank(beHospitalizedWayStr)){
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (!CatalogueUtil.compareToken(admitPath, beHospitalizedWayStr)) {
|
|
|
status.set("-1");
|
|
|
}
|