The final modifications for passing preliminary tests
This commit is contained in:
parent
d731bf614e
commit
8ecd9628ca
@ -106,8 +106,8 @@ public class EntityViewEntity extends BaseSqlEntity<EntityView> implements Searc
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
this.tsBegin = entityView.getTsBegin() != null ? String.valueOf(entityView.getTsBegin()) : "";
|
this.tsBegin = entityView.getTsBegin() != null ? String.valueOf(entityView.getTsBegin()) : "0";
|
||||||
this.tsEnd = entityView.getTsEnd() != null ? String.valueOf(entityView.getTsEnd()) : "";
|
this.tsEnd = entityView.getTsEnd() != null ? String.valueOf(entityView.getTsEnd()) : "0";
|
||||||
this.searchText = entityView.getSearchText();
|
this.searchText = entityView.getSearchText();
|
||||||
this.additionalInfo = entityView.getAdditionalInfo();
|
this.additionalInfo = entityView.getAdditionalInfo();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,3 +19,4 @@ DROP TABLE IF EXISTS widget_type;
|
|||||||
DROP TABLE IF EXISTS widgets_bundle;
|
DROP TABLE IF EXISTS widgets_bundle;
|
||||||
DROP TABLE IF EXISTS rule_node;
|
DROP TABLE IF EXISTS rule_node;
|
||||||
DROP TABLE IF EXISTS rule_chain;
|
DROP TABLE IF EXISTS rule_chain;
|
||||||
|
DROP TABLE IF EXISTS entity_views;
|
||||||
Loading…
x
Reference in New Issue
Block a user