jidj il y a 5 ans
Parent
commit
fa3304b072

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