Jelajahi Sumber

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

xuefy 3 tahun lalu
induk
melakukan
5aeb10b82d

+ 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>
 
     <!---核心开立已使用额度-->