| | |
| | | |
| | | private Integer isProject; |
| | | |
| | | private String json; |
| | | |
| | | public LayerEntity() { |
| | | } |
| | | |
| | |
| | | public void setIsProject(Integer isProject) { |
| | | this.isProject = isProject; |
| | | } |
| | | |
| | | public String getJson() { |
| | | return json; |
| | | } |
| | | |
| | | public void setJson(String json) { |
| | | this.json = json; |
| | | } |
| | | } |
| | |
| | | </select> |
| | | |
| | | <select id="selectAll" resultType="com.lf.server.entity.data.LayerEntity"> |
| | | select (select ns from lf.sys_dict b where b.field = 'gid' and b.tab = a.en_name) "ns", a.* |
| | | select a.*, |
| | | (select ns from lf.sys_dict b where b.field = 'gid' and b.tab = a.en_name) "ns", |
| | | (select json from lf.sys_publish c where c.id = a.pubid) |
| | | from lf.sys_layer a |
| | | order by id; |
| | | </select> |