parent
432abf3943
commit
2379d9dd7a
|
@ -132,6 +132,7 @@ GSDM,KJND,mlId
|
|||
<if test="yhzh != null and yhzh !='' "> yhzh, </if>
|
||||
<if test="ssr != null and ssr !='' "> ssr, </if>
|
||||
<if test="ssrid != null and ssrid !='' "> ssrid, </if>
|
||||
<if test="ssrq != null and ssrq !='' "> ssrq, </if>
|
||||
<if test="xmdm != null and xmdm !='' "> xmdm, </if>
|
||||
<if test="xmmc != null and xmmc !='' "> xmmc, </if>
|
||||
</trim>
|
||||
|
@ -176,6 +177,7 @@ GSDM,KJND,mlId
|
|||
<if test="yhzh != null and yhzh !='' "> #{yhzh}, </if>
|
||||
<if test="ssr != null and ssr !='' "> #{ssr}, </if>
|
||||
<if test="ssrid != null and ssrid !='' "> #{ssrid}, </if>
|
||||
<if test="ssrq != null and ssrq !='' "> #{ssrq}, </if>
|
||||
<if test="xmdm != null and xmdm !='' "> #{xmdm}, </if>
|
||||
<if test="xmmc != null and xmmc !='' "> #{xmmc}, </if>
|
||||
</trim>
|
||||
|
|
Loading…
Reference in New Issue