Commit 8d2d20d5 authored by 冷玲鹏's avatar 冷玲鹏

活动类管理映射修改

parent 96498936
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<result column="del_flag" jdbcType="VARCHAR" property="delFlag"/> <result column="del_flag" jdbcType="VARCHAR" property="delFlag"/>
<result column="flag" jdbcType="VARCHAR" property="flag"/> <result column="flag" jdbcType="VARCHAR" property="flag"/>
<result column="remarks" jdbcType="VARCHAR" property="remarks"/> <result column="remarks" jdbcType="VARCHAR" property="remarks"/>
<result column="url" jdbcType="VARCHAR" property="url"/> <result column="path" jdbcType="VARCHAR" property="path"/>
</resultMap> </resultMap>
<!--<cache type="${corePackag!}.util.RedisCache"/>--> <!--<cache type="${corePackag!}.util.RedisCache"/>-->
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</select> </select>
<select id="queryCmsBannersPaged" resultMap="BaseResultMap"> <select id="queryCmsBannersPaged" resultMap="BaseResultMap">
select smb.*,oi.url from cms_banner smb select smb.*,oi.path from cms_banner smb
left join oss_info oi on smb.picture_id = oi.business_id left join oss_info oi on smb.picture_id = oi.business_id
where 1=1 where 1=1
and smb.del_flag = '0' and smb.del_flag = '0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment