Commit 87ccbd22 authored by caotao's avatar caotao

预警列表权限问题修复处理

parent 14b41e3c
...@@ -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