|
@@ -134,7 +134,7 @@ public class THR03076 extends QCCatalogue {
|
|
if (!CatalogueUtil.compareTime(StringUtil.parseDateTime(adDate), StringUtil.parseDateTime(wardDate), 48 * 60L)) {
|
|
if (!CatalogueUtil.compareTime(StringUtil.parseDateTime(adDate), StringUtil.parseDateTime(wardDate), 48 * 60L)) {
|
|
wardUsage.removeAll(adUsage);//比如adUsage有1.0、2.0,wardUsage中有2.0、3.0,removeAll之后wardUsage只剩3.0
|
|
wardUsage.removeAll(adUsage);//比如adUsage有1.0、2.0,wardUsage中有2.0、3.0,removeAll之后wardUsage只剩3.0
|
|
adDate = DateUtil.formatDate(StringUtil.parseDateTime(adDate));
|
|
adDate = DateUtil.formatDate(StringUtil.parseDateTime(adDate));
|
|
- if (wardUsage.size() > 0 && !sb.toString().contains(adDate)) {
|
|
|
|
|
|
+ if (wardUsage.size() > 0 && !sb.toString().contains(drugKey + "(" + adDate + ")")) {
|
|
infoAppend(sb, drugKey, adDate);
|
|
infoAppend(sb, drugKey, adDate);
|
|
break;
|
|
break;
|
|
}
|
|
}
|