| src/main/resources/mapper/sales/InvoiceRegistrationProductMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/sales/InvoiceRegistrationProductMapper.xml
@@ -56,7 +56,7 @@ AND T3.invoice_date = #{invoiceRegistrationProductDto.invoiceDate} </if> </where> ORDER BY T1.create_time DESC ORDER BY T1.create_time DESC, T1.id DESC </select> <select id="invoiceRegistrationProductPage" resultType="com.ruoyi.sales.dto.InvoiceRegistrationProductDto"> @@ -127,6 +127,6 @@ %H:%i:%s')+interval 1 day </if> </where> ORDER BY T1.create_time DESC ORDER BY T1.create_time DESC, T1.id DESC </select> </mapper>