|
@@ -151,7 +151,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
<if test="agentType != null and agentType != ''">agent_type,</if>
|
|
<if test="agentType != null and agentType != ''">agent_type,</if>
|
|
<if test="agentRemainingNumber != null and agentRemainingNumber != ''">agent_remaining_number,</if>
|
|
<if test="agentRemainingNumber != null and agentRemainingNumber != ''">agent_remaining_number,</if>
|
|
- <if test="agentExpireTime != null and agentExpireTime != ''">agent_expire_time,</if>
|
|
|
|
|
|
+ <if test="agentExpireTime != null ">agent_expire_time,</if>
|
|
create_time
|
|
create_time
|
|
)values(
|
|
)values(
|
|
<if test="userId != null and userId != ''">#{userId},</if>
|
|
<if test="userId != null and userId != ''">#{userId},</if>
|
|
@@ -168,7 +168,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
<if test="agentType != null and agentType != ''">#{agentType},</if>
|
|
<if test="agentType != null and agentType != ''">#{agentType},</if>
|
|
<if test="agentRemainingNumber != null and agentRemainingNumber != ''">#{agentRemainingNumber},</if>
|
|
<if test="agentRemainingNumber != null and agentRemainingNumber != ''">#{agentRemainingNumber},</if>
|
|
- <if test="agentExpireTime != null and agentExpireTime != ''">#{agentExpireTime},</if>
|
|
|
|
|
|
+ <if test="agentExpireTime != null">#{agentExpireTime},</if>
|
|
sysdate()
|
|
sysdate()
|
|
)
|
|
)
|
|
</insert>
|
|
</insert>
|