Parcourir la source

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

aihua il y a 3 ans
Parent
commit
c032f11326

+ 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},