主业务添加代码
This commit is contained in:
parent
35a7d76e06
commit
a3f7c1bc27
@ -27,7 +27,7 @@
|
|||||||
<if test="rznr != null and rznr != ''">rznr,</if>
|
<if test="rznr != null and rznr != ''">rznr,</if>
|
||||||
<if test="dnmc != null and dnmc != ''">dnmc,</if>
|
<if test="dnmc != null and dnmc != ''">dnmc,</if>
|
||||||
<if test="bz != null and bz != ''">bz,</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>
|
<if test="ybh != null and ybh != ''">ybh</if>
|
||||||
)values(#{yq},#{rzdt},
|
)values(#{yq},#{rzdt},
|
||||||
<if test="rzbz != null ">#{rzbz},</if>
|
<if test="rzbz != null ">#{rzbz},</if>
|
||||||
@ -35,7 +35,7 @@
|
|||||||
<if test="rznr != null and rznr != ''">#{rznr},</if>
|
<if test="rznr != null and rznr != ''">#{rznr},</if>
|
||||||
<if test="dnmc != null and dnmc != ''">#{dnmc},</if>
|
<if test="dnmc != null and dnmc != ''">#{dnmc},</if>
|
||||||
<if test="bz != null and bz != ''">#{bz},</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>
|
<if test="ybh != null and ybh != ''">#{ybh}</if>
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user