Compare commits
2 Commits
ec695b4fbb
...
cc2b8c4d2a
Author | SHA1 | Date |
---|---|---|
liuwu | cc2b8c4d2a | |
liuwu | 5fff7a0f22 |
|
@ -427,7 +427,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="type != null and type != ''">type = #{type},</if>
|
<if test="type != null and type != ''">type = #{type},</if>
|
||||||
<if test="shotName != null and shotName != ''">shot_name = #{shotName},</if>
|
<if test="shotName != null and shotName != ''">shot_name = #{shotName},</if>
|
||||||
<if test="unit != null">unit = #{unit},</if>
|
<if test="unit != null">unit = #{unit},</if>
|
||||||
<if test="examineType != null">examineType = #{examine_type},</if>
|
<if test="examineType != null">examine_type = #{examineType},</if>
|
||||||
<if test="target != null">target = #{target},</if>
|
<if test="target != null">target = #{target},</if>
|
||||||
<if test="demand != null">demand = #{demand},</if>
|
<if test="demand != null">demand = #{demand},</if>
|
||||||
<if test="detailed != null">detailed = #{detailed},</if>
|
<if test="detailed != null">detailed = #{detailed},</if>
|
||||||
|
|
Loading…
Reference in New Issue