Compare commits
No commits in common. "cc2b8c4d2a71782ddb32e424111301ff849a16e2" and "ec695b4fbbf1f81edb87cbe20713c90feaede4eb" have entirely different histories.
cc2b8c4d2a
...
ec695b4fbb
|
@ -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">examine_type = #{examineType},</if>
|
<if test="examineType != null">examineType = #{examine_type},</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