|
@@ -3,6 +3,6 @@
|
|
|
<mapper namespace="com.lantone.dblayermbg.mapper.AbnormalLogMapper">
|
|
|
<insert id="addOperErrorLog">
|
|
|
insert into sys_abnormal_log(operation_id,operation_name,operation_ip,operation_agent,operation_error_info,operation_method,operation_way,operation_url,operation_param,gmt_create)
|
|
|
- values (#{operationId},#{operationName},INET_ATON(#{operationIp}),INET_ATON(#{operationAgent}),#{operationErrorInfo},#{operationMethod},#{operationWay},#{operationUrl},#{operationParam},#{gmtCreate})
|
|
|
+ values (#{operationId},#{operationName},INET_ATON(#{operationIp}),#{operationAgent},#{operationErrorInfo},#{operationMethod},#{operationWay},#{operationUrl},#{operationParam},#{gmtCreate})
|
|
|
</insert>
|
|
|
</mapper>
|