fix DeployBeanDescriptor.java of the method setView

This commit is contained in:
yuqiyi
2016-06-22 18:11:37 +08:00
parent 06e23b85ad
commit 824f6dcc7e
@@ -583,7 +583,7 @@ public class DeployBeanDescriptor<T> {
*/
public void setView(String viewName, String[] dependentTables) {
this.entityType = EntityType.VIEW;
this.dependentTables = this.dependentTables;
this.dependentTables = dependentTables;
setBaseTable(new TableName(viewName), "", "");
}