|
@@ -85,7 +85,7 @@ public class THR03014 extends QCCatalogue {
|
|
|
}
|
|
|
List<String> resultInfos = new ArrayList<>();
|
|
|
for (int j = 0; j < roundRecordEveryWeek.size(); j++) {
|
|
|
- int attendNum = CatalogueUtil.appearNumber(roundRecordEveryWeek.get(j).split(","), Content.attend);
|
|
|
+ int attendNum = CatalogueUtil.appearNumber(roundRecordEveryWeek.get(j).split(","), Content.director);
|
|
|
if (attendNum == 0) {
|
|
|
//每7天无1次主治医师查房记录
|
|
|
status.set("-1");
|