Browse Source

no message

FengChaoYu 1 week ago
parent
commit
16fc5916e7
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

@@ -1115,7 +1115,7 @@
         FROM user_company_credit_bill a LEFT JOIN user b ON a.user_id = b.user_id
         ${ex.query}
         <if test="ex.orderBy == null or ex.orderBy ==''">
-            ORDER BY a.id DESC
+            ORDER BY a.bill_id DESC
         </if>
         ${ex.orderBy}
     </select>