|
|
|
@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="inspectProjectCode != null">inspect_project_code,</if>
|
|
|
|
|
<if test="inspectProject != null and inspectProject != ''">inspect_project,</if>
|
|
|
|
|
<if test="inspectProjectProperty != null and inspectProjectProperty != ''">inspect_project_property,</if>
|
|
|
|
|
<if test="inspectType != null and inspectType != ''">inspect_type,</if>
|
|
|
|
|
<if test="recordMethod != null">record_method,</if>
|
|
|
|
|
<if test="upLimit != null">up_limit,</if>
|
|
|
|
@ -64,6 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="inspectProjectCode != null">#{inspectProjectCode},</if>
|
|
|
|
|
<if test="inspectProject != null and inspectProject != ''">#{inspectProject},</if>
|
|
|
|
|
<if test="inspectProjectProperty != null">#{inspectProjectProperty},</if>
|
|
|
|
|
<if test="inspectType != null and inspectType != ''">#{inspectType},</if>
|
|
|
|
|
<if test="recordMethod != null">#{recordMethod},</if>
|
|
|
|
|
<if test="upLimit != null">#{upLimit},</if>
|
|
|
|
|