浏览代码

修改 违规预警数据表type字段

aihua 3 年之前
父节点
当前提交
c032f11326
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/chinaitop/depot/risk/mapper/ViolationWarningAlarmMapper.xml

+ 1 - 1
src/main/java/com/chinaitop/depot/risk/mapper/ViolationWarningAlarmMapper.xml

@@ -100,7 +100,7 @@
100 100
                 library_point_name = #{involvingLibraryPoints,jdbcType=VARCHAR},
101 101
             </if>
102 102
             <if test="violationType != null">
103
-                "type" = #{violationType,jdbcType=VARCHAR},
103
+                violation_type = #{violationType,jdbcType=VARCHAR},
104 104
             </if>
105 105
             <if test="violationDetail != null">
106 106
                 detail = #{violationDetail,jdbcType=INTEGER},