Преглед на файлове

应收付账款按创建时间排序

xuefy преди 4 години
родител
ревизия
5aeb10b82d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      sc-service/src/main/resources/mapper/credit/OwnCreditMapper.xml

+ 2 - 2
sc-service/src/main/resources/mapper/credit/OwnCreditMapper.xml

@@ -241,7 +241,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="paramMap.billIdList != null  and paramMap.billIdList != ''">
                 and b.zbi_id  NOT IN (${paramMap.billIdList})
             </if>
-            ORDER BY b.zbi_pay_date DESC
+            ORDER BY b.create_time DESC
 
     </select>
 
@@ -281,7 +281,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="paramMap.billIdList != null  and paramMap.billIdList != ''">
                 and b.zbi_id  NOT IN (${paramMap.billIdList})
             </if>
-            ORDER BY b.zbi_pay_date DESC
+            ORDER BY b.create_time DESC
     </select>
 
     <!---核心开立已使用额度-->