jidj 5 年之前
父節點
當前提交
fa3304b072
共有 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

@@ -1836,7 +1836,7 @@
1836 1836
       <if test="checkResult !=null">
1837 1837
         and sqk.check_result = #{checkResult}
1838 1838
       </if>
1839
-    </where>r
1839
+    </where>
1840 1840
     GROUP BY sqk.id
1841 1841
     order by sqk.id desc
1842 1842
   </select>