主业务添加代码

This commit is contained in:
tangw 2025-09-11 11:17:14 +08:00
parent 35a7d76e06
commit a3f7c1bc27

View File

@ -27,7 +27,7 @@
<if test="rznr != null and rznr != ''">rznr,</if>
<if test="dnmc != null and dnmc != ''">dnmc,</if>
<if test="bz != null and bz != ''">bz,</if>
<if test="jyrq != null and jyrq != ''">jyrq,</if>
<if test="jyrq != null ">jyrq,</if>
<if test="ybh != null and ybh != ''">ybh</if>
)values(#{yq},#{rzdt},
<if test="rzbz != null ">#{rzbz},</if>
@ -35,7 +35,7 @@
<if test="rznr != null and rznr != ''">#{rznr},</if>
<if test="dnmc != null and dnmc != ''">#{dnmc},</if>
<if test="bz != null and bz != ''">#{bz},</if>
<if test="jyrq != null and jyrq != ''">#{jyrq},</if>
<if test="jyrq != null ">#{jyrq},</if>
<if test="ybh != null and ybh != ''">#{ybh}</if>
)
</insert>