Browse Source

行政区划修改

dev_kxc
zhuyulei 1 year ago
parent
commit
22d7f01dca
  1. 2
      jwtech-system/src/main/resources/mapper/system/SysDeptMapper.xml

2
jwtech-system/src/main/resources/mapper/system/SysDeptMapper.xml

@ -124,6 +124,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="pcBackground != null and pcBackground != ''">pc_background,</if> <if test="pcBackground != null and pcBackground != ''">pc_background,</if>
<if test="adminName != null and adminName != ''">admin_name,</if> <if test="adminName != null and adminName != ''">admin_name,</if>
<if test="adminLogo != null and adminLogo != ''">admin_logo,</if> <if test="adminLogo != null and adminLogo != ''">admin_logo,</if>
<if test="xzqhId != null and adminLogo != ''">xzqh_id,</if>
create_time create_time
)values( )values(
<if test="id != null and id != ''">#{id},</if> <if test="id != null and id != ''">#{id},</if>
@ -149,6 +150,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="pcBackground != null and pcBackground != ''">#{pcBackground},</if> <if test="pcBackground != null and pcBackground != ''">#{pcBackground},</if>
<if test="adminName != null and adminName != ''">#{adminName},</if> <if test="adminName != null and adminName != ''">#{adminName},</if>
<if test="adminLogo != null and adminLogo != ''">#{adminLogo},</if> <if test="adminLogo != null and adminLogo != ''">#{adminLogo},</if>
<if test="xzqhId != null and adminLogo != ''">#{xzqhId},</if>
sysdate() sysdate()
) )
</insert> </insert>

Loading…
Cancel
Save