| | |
| | | <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if> |
| | | <if test="updateTime != null">#{updateTime,jdbcType=TIMESTAMP},</if> |
| | | <if test="ipInfo != null">#{ipInfo,jdbcType=VARCHAR},</if> |
| | | <if test="channel != null">#{channel,jdbcType=VARCHAR}</if> |
| | | <if test="imei != null">#{imei,jdbcType=VARCHAR}</if> |
| | | <if test="idfa != null">#{idfa,jdbcType=VARCHAR}</if> |
| | | <if test="mac != null">#{mac,jdbcType=VARCHAR}</if> |
| | | <if test="channel != null">#{channel,jdbcType=VARCHAR},</if> |
| | | <if test="imei != null">#{imei,jdbcType=VARCHAR},</if> |
| | | <if test="idfa != null">#{idfa,jdbcType=VARCHAR},</if> |
| | | <if test="mac != null">#{mac,jdbcType=VARCHAR},</if> |
| | | </trim> |
| | | </insert> |
| | | <update id="updateByPrimaryKey" parameterType="com.yeshi.fanli.entity.push.DeviceActive">update |