【修改】试卷任务白名单
This commit is contained in:
@@ -118,7 +118,7 @@ public class CellIng {
|
||||
String formula = cell.getCellFormula();
|
||||
// 转为小写再比较
|
||||
if (formula.toLowerCase().contains(keyWords.toLowerCase())) {
|
||||
return formula; // 包含关键字时返回公式内容
|
||||
return keyWords; // 包含关键字时返回公式内容
|
||||
} else {
|
||||
return "否"; // 不包含关键字
|
||||
}
|
||||
|
Reference in New Issue
Block a user