@@ -114,7 +114,7 @@ public class SearchUtils {
// TODO 其他表
else {
- throw new SearchException("表不存在:" + tableName.value());
+ throw new SearchException("表不存在或没有状态字段:" + tableName.value());
}