<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.yeshi.fanli.dao.mybatis.push.PushRecordMapper">
|
<resultMap id="BaseResultMap" type="com.yeshi.fanli.entity.xinge.PushRecord">
|
<id column="id" property="id" jdbcType="BIGINT"/>
|
<result column="url" property="url" jdbcType="VARCHAR"/>
|
<result column="type" property="type" jdbcType="INTEGER"/>
|
<result column="title" property="title" jdbcType="VARCHAR"/>
|
<result column="state" property="state" jdbcType="INTEGER"/>
|
<result column="createtime" property="createtime" jdbcType="BIGINT"/>
|
<result column="count" property="count" jdbcType="BIGINT"/>
|
<result column="iosPushId" property="iosPushId" jdbcType="VARCHAR"/>
|
<result column="androidPushId" property="androidPushId" jdbcType="VARCHAR"/>
|
<result column="account" property="account" jdbcType="INTEGER"/>
|
<result column="appName" property="appName" jdbcType="VARCHAR"/>
|
<result column="uid" property="uid" jdbcType="BIGINT"/>
|
</resultMap>
|
<sql id="Base_Column_List">id,url,type,title,state,createtime,count,iosPushId,androidPushId,account,appName,uid</sql>
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Long">select
|
<include refid="Base_Column_List"/>from yeshi_ec_push_record where id = #{id,jdbcType=BIGINT}
|
</select>
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">delete from yeshi_ec_push_record where id = #{id,jdbcType=BIGINT}</delete>
|
<insert id="insert" parameterType="com.yeshi.fanli.entity.xinge.PushRecord" useGeneratedKeys="true" keyProperty="id">insert into yeshi_ec_push_record (id,url,type,title,state,createtime,count,iosPushId,androidPushId,account,appName,uid) values (#{id,jdbcType=BIGINT},#{url,jdbcType=VARCHAR},#{type,jdbcType=INTEGER},#{title,jdbcType=VARCHAR},#{state,jdbcType=INTEGER},#{createtime,jdbcType=BIGINT},#{count,jdbcType=BIGINT},#{iosPushId,jdbcType=VARCHAR},#{androidPushId,jdbcType=VARCHAR},#{account,jdbcType=INTEGER},#{appName,jdbcType=VARCHAR},#{uid,jdbcType=BIGINT})</insert>
|
<insert id="insertSelective" parameterType="com.yeshi.fanli.entity.xinge.PushRecord" useGeneratedKeys="true" keyProperty="id">insert into yeshi_ec_push_record
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
<if test="id != null">id,</if>
|
<if test="url != null">url,</if>
|
<if test="type != null">type,</if>
|
<if test="title != null">title,</if>
|
<if test="state != null">state,</if>
|
<if test="createtime != null">createtime,</if>
|
<if test="count != null">count,</if>
|
<if test="iosPushId != null">iosPushId,</if>
|
<if test="androidPushId != null">androidPushId,</if>
|
<if test="account != null">account,</if>
|
<if test="appName != null">appName,</if>
|
<if test="uid != null">uid,</if>
|
</trim>values
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
<if test="id != null">#{id,jdbcType=BIGINT},</if>
|
<if test="url != null">#{url,jdbcType=VARCHAR},</if>
|
<if test="type != null">#{type,jdbcType=INTEGER},</if>
|
<if test="title != null">#{title,jdbcType=VARCHAR},</if>
|
<if test="state != null">#{state,jdbcType=INTEGER},</if>
|
<if test="createtime != null">#{createtime,jdbcType=BIGINT},</if>
|
<if test="count != null">#{count,jdbcType=BIGINT},</if>
|
<if test="iosPushId != null">#{iosPushId,jdbcType=VARCHAR},</if>
|
<if test="androidPushId != null">#{androidPushId,jdbcType=VARCHAR},</if>
|
<if test="account != null">#{account,jdbcType=INTEGER},</if>
|
<if test="appName != null">#{appName,jdbcType=VARCHAR},</if>
|
<if test="uid != null">#{uid,jdbcType=BIGINT},</if>
|
</trim>
|
</insert>
|
<update id="updateByPrimaryKey" parameterType="com.yeshi.fanli.entity.xinge.PushRecord">update yeshi_ec_push_record set url = #{url,jdbcType=VARCHAR},type = #{type,jdbcType=INTEGER},title = #{title,jdbcType=VARCHAR},state = #{state,jdbcType=INTEGER},createtime = #{createtime,jdbcType=BIGINT},count = #{count,jdbcType=BIGINT},iosPushId = #{iosPushId,jdbcType=VARCHAR},androidPushId = #{androidPushId,jdbcType=VARCHAR},account = #{account,jdbcType=INTEGER},appName = #{appName,jdbcType=VARCHAR},uid = #{uid,jdbcType=BIGINT} where id = #{id,jdbcType=BIGINT}</update>
|
<update id="updateByPrimaryKeySelective" parameterType="com.yeshi.fanli.entity.xinge.PushRecord">update yeshi_ec_push_record
|
<set>
|
<if test="url != null">url=#{url,jdbcType=VARCHAR},</if>
|
<if test="type != null">type=#{type,jdbcType=INTEGER},</if>
|
<if test="title != null">title=#{title,jdbcType=VARCHAR},</if>
|
<if test="state != null">state=#{state,jdbcType=INTEGER},</if>
|
<if test="createtime != null">createtime=#{createtime,jdbcType=BIGINT},</if>
|
<if test="count != null">count=#{count,jdbcType=BIGINT},</if>
|
<if test="iosPushId != null">iosPushId=#{iosPushId,jdbcType=VARCHAR},</if>
|
<if test="androidPushId != null">androidPushId=#{androidPushId,jdbcType=VARCHAR},</if>
|
<if test="account != null">account=#{account,jdbcType=INTEGER},</if>
|
<if test="appName != null">appName=#{appName,jdbcType=VARCHAR},</if>
|
<if test="uid != null">uid=#{uid,jdbcType=BIGINT},</if>
|
</set> where id = #{id,jdbcType=BIGINT}
|
</update>
|
|
<select id="listQuery" resultMap="BaseResultMap">
|
SELECT * FROM yeshi_ec_push_record p
|
WHERE 1=1
|
<if test="key != null and key != '' ">
|
AND p.`title` LIKE '%${key}%'
|
</if>
|
<if test="type != null and type != 0 ">
|
AND p.`type` = #{type}
|
</if>
|
ORDER BY p.id DESC
|
LIMIT #{start},#{count}
|
</select>
|
|
<select id="countQuery" resultType="java.lang.Long">
|
SELECT IFNULL(COUNT(p.`id`),0) FROM yeshi_ec_push_record p
|
WHERE 1=1
|
<if test="key != null and key != '' ">
|
AND p.`title` LIKE '%${key}%'
|
</if>
|
<if test="type != null and type != 0 ">
|
AND p.`type` = #{type}
|
</if>
|
</select>
|
|
<select id="getByAndroidPushId" resultMap="BaseResultMap">
|
SELECT * FROM yeshi_ec_push_record p
|
WHERE p.`androidPushId` = #{pushId}
|
LIMIT 1
|
</select>
|
|
<select id="getByIosPushId" resultMap="BaseResultMap">
|
SELECT * FROM yeshi_ec_push_record p
|
WHERE p.`iosPushId` = #{pushId}
|
LIMIT 1
|
</select>
|
|
</mapper>
|