LIVE_YE il y a 1 jour
Parent
commit
cbee792ce0

+ 1 - 1
ruoyi-system/src/main/resources/mapper/manage/ClockHolidaysMapper.xml

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