|
@@ -40,11 +40,12 @@
|
|
|
<result property="createTime" column="create_time"/>
|
|
|
<result property="createBy" column="create_by"/>
|
|
|
<result property="sharestate" column="sharestate"/>
|
|
|
+ <result property="dataexplain" column="dataexplain"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTYztZymlVo">
|
|
|
select bsm, name, type, pbsm, icon, url, lev, sort, state, parent, server_type, sflssj, sfdbfx, sfjl, sfcx, sftj, epsg,
|
|
|
- year, sjlx, sde, gltj, sjly, legend, ywlx,
|
|
|
+ year, sjlx, sde, gltj, sjly, legend, ywlx,dataexplain,
|
|
|
fwmc,fwgzkj,fwys,qpfa,layergroup,format,maximumlevel,minimumlevel,create_time,create_by,sharestate from t_yzt_zyml
|
|
|
</sql>
|
|
|
|
|
@@ -142,6 +143,7 @@
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
<if test="sharestate != null">sharestate,</if>
|
|
|
+ <if test="dataexplain != null">dataexplain,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="bsm != null and bsm != ''">#{bsm},</if>
|
|
@@ -179,6 +181,7 @@
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
<if test="sharestate != null">#{sharestate},</if>
|
|
|
+ <if test="dataexplain != null">#{dataexplain},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
@@ -217,6 +220,7 @@
|
|
|
<if test="maximumlevel != null">maximumlevel = #{maximumlevel},</if>
|
|
|
<if test="minimumlevel != null">minimumlevel = #{minimumlevel},</if>
|
|
|
<if test="sharestate != null">sharestate = #{sharestate},</if>
|
|
|
+ <if test="dataexplain != null">dataexplain=#{dataexplain},</if>
|
|
|
</trim>
|
|
|
where bsm = #{bsm}
|
|
|
</update>
|