Althars123 3 سال پیش
والد
کامیت
e66e7aa493
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      twzd-service/src/main/resources/mapper/wx/WxForeverCodeMapper.xml

+ 1 - 1
twzd-service/src/main/resources/mapper/wx/WxForeverCodeMapper.xml

@@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="nickName != null "> and nick_name like concat('%', #{nickName}, '%')</if>
             <if test="status != null "> and status = #{status}</if>
         </where>
-        order by create_time desc for update
+        order by create_time desc
     </select>
 
 </mapper>