3254194295 2 달 전
부모
커밋
cd9c95e8a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-dao/src/main/resources/mapper/check/CheckStandardMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/check/CheckStandardMapper.xml

@@ -295,7 +295,7 @@ checkstandard.last_date,
                     standard_hours = #{item.standardHours},
                 </if>
                 <if test="item.level != null">
-                    level = #{item.level00}
+                    level = #{item.level}
                 </if>
             </set>
             where id = #{item.id}