mengy 5 年之前
父節點
當前提交
54f282b425
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

+ 1 - 1
src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

@@ -1341,7 +1341,7 @@
1341 1341
         checker = #{checker,jdbcType=VARCHAR},
1342 1342
       </if>
1343 1343
       <if test="levelUpdate != null" >
1344
-        level_update = #{level,jdbcType=INTEGER},
1344
+        level_update = #{levelUpdate,jdbcType=INTEGER},
1345 1345
       </if>
1346 1346
       <if test="capacity != null" >
1347 1347
         capacity = #{capacity,jdbcType=VARCHAR},