|
|
|
@ -88,9 +88,6 @@
|
|
|
|
|
<if test="fromType != null">
|
|
|
|
|
fromType,
|
|
|
|
|
</if>
|
|
|
|
|
<if test="approvalNum != null">
|
|
|
|
|
approvalNum,
|
|
|
|
|
</if>
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="diNameCode != null">
|
|
|
|
@ -129,9 +126,6 @@
|
|
|
|
|
<if test="fromType != null">
|
|
|
|
|
#{fromType,jdbcType=TINYINT},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="approvalNum != null">
|
|
|
|
|
#{approvalNum,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.glxp.udidl.admin.entity.chs.CodeRel">
|
|
|
|
@ -231,9 +225,6 @@
|
|
|
|
|
<if test="fromType != null">
|
|
|
|
|
fromType = #{fromType,jdbcType=TINYINT},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="approvalNum != null">
|
|
|
|
|
approvalNum = #{approvalNum,jdbcType=TINYINT},
|
|
|
|
|
</if>
|
|
|
|
|
</set>
|
|
|
|
|
<where>
|
|
|
|
|
<if test="diNameCode != null">
|
|
|
|
|