web iframe结构实现
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
<result column="view_type" property="viewType" jdbcType="INTEGER"/>
|
||||
<result column="view_view_type" property="viewViewType" jdbcType="VARCHAR"/>
|
||||
<result column="view_iframe_url" property="viewIframeUrl" jdbcType="VARCHAR"/>
|
||||
<result column="view_service" property="viewService" jdbcType="VARCHAR"/>
|
||||
<result column="view_layout" property="viewLayout" jdbcType="VARCHAR"/>
|
||||
<result column="view_order_num" property="viewOrderNum" jdbcType="INTEGER"/>
|
||||
<result column="view_description" property="viewDescription" jdbcType="VARCHAR"/>
|
||||
@@ -267,6 +268,7 @@
|
||||
v.type AS view_type,
|
||||
v.view_type AS view_view_type,
|
||||
v.iframe_url AS view_iframe_url,
|
||||
v.service AS view_service,
|
||||
v.layout AS view_layout,
|
||||
v.order_num AS view_order_num,
|
||||
v.description AS view_description,
|
||||
|
||||
Reference in New Issue
Block a user