Commit c2cdd554 authored by caotao's avatar caotao

修改预警生成报错问题

parent 1c56d123
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#{item.disposotionDate, jdbcType=VARCHAR}, #{item.disposotionDate, jdbcType=VARCHAR},
#{item.kks, jdbcType=VARCHAR}, #{item.kks, jdbcType=VARCHAR},
#{item.warningPeriod, jdbcType=VARCHAR}, #{item.warningPeriod, jdbcType=VARCHAR},
#{item.status, jdbcType=VARCHAR}), #{item.status, jdbcType=VARCHAR},
#{item.orgCode, jdbcType=VARCHAR}) #{item.orgCode, jdbcType=VARCHAR})
</foreach> </foreach>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#{item.disposotionDate, jdbcType=VARCHAR}, #{item.disposotionDate, jdbcType=VARCHAR},
#{item.kks, jdbcType=VARCHAR}, #{item.kks, jdbcType=VARCHAR},
#{item.warningPeriod, jdbcType=VARCHAR}, #{item.warningPeriod, jdbcType=VARCHAR},
#{item.status, jdbcType=VARCHAR}), #{item.status, jdbcType=VARCHAR},
#{item.orgCode, jdbcType=VARCHAR}) #{item.orgCode, jdbcType=VARCHAR})
</foreach> </foreach>
</insert> </insert>
......
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