gongchunyi
2026-08-11 762a5fd8af517610c4b70fdb9a02eae27b2a4fdd
src/main/resources/mapper/account/sales/AccountSalesInvoiceMapper.xml
@@ -42,6 +42,7 @@
                AND asi.issue_date BETWEEN #{req.startDate} AND #{req.endDate}
            </if>
        </where>
        order by asi.id desc
    </select>
</mapper>