|
@@ -133,7 +133,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
|
|
if (wardUsage.size() > 0) {
|
|
if (wardUsage.size() > 0) {
|
|
- infoAppend(sb, drugKey, wardDate);
|
|
|
|
|
|
+ infoAppend(sb, drugKey, adDate);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|