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