Commit c70c2eb1 by huangshunlin

updateByPrimaryKeySelective 补充缺少的mpiinr =

parent 8afa41fa
......@@ -255,7 +255,7 @@
<if test="f20 != null">f20 = #{f20,jdbcType=VARCHAR},</if>
<if test="chlflg != null">chlflg = #{chlflg,jdbcType=VARCHAR},</if>
<if test="orimsgtyp != null">orimsgtyp = #{orimsgtyp,jdbcType=VARCHAR},</if>
<if test="mpiinr != null">#{mpiinr,jdbcType=VARCHAR},</if>
<if test="mpiinr != null">mpiinr = #{mpiinr,jdbcType=VARCHAR},</if>
</set>
where inr = #{inr,jdbcType=VARCHAR}
</update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment