3254194295 2 сар өмнө
parent
commit
cd9c95e8a4

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