insert into banner_info(module_id,banner_name,banner_img,banner_type,goods_id,detail_info,banner_poster,banner_url,start_time,end_time,text_content,sort,is_using,create_time)
select count(*) from module_info mi where mi.is_deleted = 0 and mi.id <![CDATA[<>]]> #{id} and mi.module_name = #{moduleName} and mi.module_type = #{moduleType}
select count(*) from banner_info bi where bi.is_deleted = 0 and bi.banner_name = #{bannerName} and bi.module_id = #{moduleId} and bi.id <![CDATA[<>]]> #{id}