|
@@ -36,7 +36,7 @@ public class BEH0445 extends QCCatalogue {
|
|
}
|
|
}
|
|
String presentText = presentLabel.getText();
|
|
String presentText = presentLabel.getText();
|
|
if (StringUtil.isNotBlank(presentText)) {
|
|
if (StringUtil.isNotBlank(presentText)) {
|
|
- List<String> words = Lists.newArrayList("睡眠", "未眠", "未睡", "未入眠", "入睡", "纳眠");
|
|
|
|
|
|
+ List<String> words = Lists.newArrayList("睡眠", "未眠", "未睡", "未入眠", "入睡", "纳眠", "夜眠");
|
|
for (String word : words) {
|
|
for (String word : words) {
|
|
if (presentText.contains(word)) {
|
|
if (presentText.contains(word)) {
|
|
status.set("0");
|
|
status.set("0");
|