Browse Source

no message

FengChaoYu 4 months ago
parent
commit
951b98246e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -1599,7 +1599,7 @@
             </foreach>
             </foreach>
         </if>
         </if>
         <if test="ex.orderBy == null or ex.orderBy ==''">
         <if test="ex.orderBy == null or ex.orderBy ==''">
-            ORDER BY a.create_time DESC
+            ORDER BY a.apply_time DESC
         </if>
         </if>
         ${ex.orderBy}
         ${ex.orderBy}
     </select>
     </select>