|
@@ -62,7 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</trim>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="year != null and year != ''">#{year},</if>
|
|
<if test="year != null and year != ''">#{year},</if>
|
|
- <if test="month != null and month != ''"> {month},</if>
|
|
|
|
|
|
+ <if test="month != null and month != ''"> #{month},</if>
|
|
<if test="holidayDate != null">#{holidayDate},</if>
|
|
<if test="holidayDate != null">#{holidayDate},</if>
|
|
<if test="type != null and type != ''">#{type},</if>
|
|
<if test="type != null and type != ''">#{type},</if>
|
|
<if test="createBy != null">#{createBy},</if>
|
|
<if test="createBy != null">#{createBy},</if>
|