Commit b28808ce by guojuxing

报表插入sql还原

parent e01abc29
......@@ -70,6 +70,9 @@
#{dataSource,jdbcType=VARCHAR}, #{hiveSql,jdbcType=LONGVARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.gic.enterprise.entity.TabDownloadReport">
<selectKey keyProperty="downloadReportId" order="AFTER" resultType="java.lang.Integer">
SELECT LAST_INSERT_ID()
</selectKey>
insert into tab_download_report
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="downloadReportId != null">
......
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