Commit cf16af0b authored by caotao's avatar caotao

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

parent 87ccbd22
......@@ -358,7 +358,7 @@
`ANOMALY`,
`POINT_NAME`,
`ANALYSIS_TIME`,
`KKS`
`KKS`,
`ORG_CODE`
)
values
......@@ -383,7 +383,7 @@
#{item.anomaly, jdbcType=FLOAT},
#{item.pointName, jdbcType=VARCHAR},
#{item.analysisTime, jdbcType=VARCHAR},
#{item.kks, jdbcType=VARCHAR}
#{item.kks, jdbcType=VARCHAR},
#{item.orgCode, jdbcType=VARCHAR}
)
</foreach>
......@@ -442,7 +442,7 @@
#{item.anomaly, jdbcType=FLOAT},
#{item.pointName, jdbcType=VARCHAR},
#{item.analysisTime, jdbcType=VARCHAR},
#{item.kks, jdbcType=VARCHAR}
#{item.kks, jdbcType=VARCHAR},
#{item.orgCode, jdbcType=VARCHAR}
)
</foreach>
......
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