Explorar el Código

图片下载进度

suochencheng hace 7 años
padre
commit
731fd6494f

+ 2 - 1
src/main/java/com/izouma/awesomeadmin/dao/ImageDownLogMapper.xml

@@ -491,8 +491,9 @@
             </if>
 
         </where>
-        LIMIT 1
         order by id desc
+        LIMIT 1
+
     </select>
     <update id="delete">
         UPDATE image_down_log SET del_flag = 'Y'