|
@ -2051,7 +2051,7 @@ public class SignPatientLabelInfoService extends BaseService {
|
|
|
for (SignPatientLabelInfo label : labels) {
|
|
|
JSONObject json = new JSONObject(label);
|
|
|
|
|
|
if (label.getLabelType().equals("4") && !label.getLabel().equals("1") && !label.getLabel().equals("2")) {
|
|
|
if (StringUtils.isNotBlank(label.getLabelType()) && label.getLabelType().equals("4") && !label.getLabel().equals("1") && !label.getLabel().equals("2")) {
|
|
|
SignPatientLabel lb = labelService.getLabelByCodeAndType(label.getLabel(), "4");
|
|
|
|
|
|
// 有指定团队时不在团队内的过滤
|