|
|
|
@ -107,11 +107,11 @@
|
|
|
|
|
</if>
|
|
|
|
|
</delete>
|
|
|
|
|
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Devicedownload">
|
|
|
|
|
insert into devicedownload (id, updateday, updatemonth,
|
|
|
|
|
insert into devicedownload (updateday, updatemonth,
|
|
|
|
|
dayindex, monthindex, daytotal,
|
|
|
|
|
monthtotal, alltotal, allindex,
|
|
|
|
|
isdownload, startTime)
|
|
|
|
|
values (#{id,jdbcType=VARCHAR}, #{updateday,jdbcType=VARCHAR}, #{updatemonth,jdbcType=VARCHAR},
|
|
|
|
|
values ( #{updateday,jdbcType=VARCHAR}, #{updatemonth,jdbcType=VARCHAR},
|
|
|
|
|
#{dayindex,jdbcType=INTEGER}, #{monthindex,jdbcType=INTEGER}, #{daytotal,jdbcType=INTEGER},
|
|
|
|
|
#{monthtotal,jdbcType=INTEGER}, #{alltotal,jdbcType=INTEGER}, #{allindex,jdbcType=INTEGER},
|
|
|
|
|
#{isdownload,jdbcType=INTEGER}, #{starttime,jdbcType=VARCHAR})
|
|
|
|
|