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