|
|
@@ -1,5 +1,6 @@ |
|
|
|
package cc.smtweb.system.bpm.web.design.form.define; |
|
|
|
|
|
|
|
import cc.smtweb.framework.core.db.cache.ModelTableCache; |
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
|
import com.sun.istack.internal.NotNull; |
|
|
|
|
|
|
@@ -28,6 +29,7 @@ public class PageDatasets { |
|
|
|
this.list.add(ds); |
|
|
|
mapId.put(ds.id, ds); |
|
|
|
mapName.put(ds.name, ds); |
|
|
|
ds.masterTable_text = ModelTableCache.getInstance().getTableName(ds.masterTable); |
|
|
|
ds.resetFields(); |
|
|
|
} |
|
|
|
} |
|
|
|