|
|
@ -58,9 +58,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="ip != null">ip,</if>
|
|
|
|
<if test="ip != null">ip,</if>
|
|
|
|
<if test="state != null">state,</if>
|
|
|
|
<if test="state != null">state,</if>
|
|
|
|
<if test="fileUrl != null">file_url,</if>
|
|
|
|
<if test="fileUrl != null">file_url,</if>
|
|
|
|
|
|
|
|
<if test="tbType != null">tb_type,</if>
|
|
|
|
<if test="fileName != null">file_name,</if>
|
|
|
|
<if test="fileName != null">file_name,</if>
|
|
|
|
<if test="locationName != null">location_name,</if>
|
|
|
|
<if test="locationName != null">location_name,</if>
|
|
|
|
<if test="tbType != null">tb_type,</if>
|
|
|
|
|
|
|
|
<if test="tbTime != null">tb_time,</if>
|
|
|
|
<if test="tbTime != null">tb_time,</if>
|
|
|
|
<if test="createId != null">create_id,</if>
|
|
|
|
<if test="createId != null">create_id,</if>
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|