소스 검색

节假日

LIVE_YE 1 일 전
부모
커밋
cbee792ce0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-system/src/main/resources/mapper/manage/ClockHolidaysMapper.xml

+ 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>