Commit fdad3c15 authored by neo's avatar neo

[bugfix] fix cell template property errro

parent 3eccb5cf
......@@ -9,7 +9,7 @@
JOIN
CELL_TEMPLATE_CONFIG B ON A.ID = B.CELL_TEMPLATE_ID
WHERE
A.REPORT_TEMPLATE_ID = #{TEMPLATEID,JDBCTYPE=VARCHAR}
A.REPORT_TEMPLATE_ID = #{templateId,jdbcType=VARCHAR}
</select>
<delete id="deleteCellTemplateConfigByCellTemplate" parameterType="java.lang.Long">
......@@ -25,7 +25,7 @@
INNER JOIN CELL_TEMPLATE C ON B.CELL_TEMPLATE_ID = C.ID
WHER
C.REPORT_TEMPLATE_ID = #{TEMPLATEDBID,JDBCTYPE=VARCHAR}) X)
C.REPORT_TEMPLATE_ID = #{templateId,jdbcType=VARCHAR}) X)
</delete>
<insert id="batchInsert" parameterType="pwc.taxtech.atms.entity.CellTemplateConfig">
......
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