update 查询sql添加根据时间排序

This commit is contained in:
Guoqs
2026-05-28 15:32:52 +08:00
parent 672fb3787b
commit b7dbbfd22c
3 changed files with 5 additions and 20 deletions

View File

@@ -759,5 +759,6 @@
<!-- (refund_flag IS NULL OR refund_flag != 'SUCCESS')-->
<!-- OR (split_flag IS NULL OR split_flag != 'SUCCESS')-->
refund_flag IS NULL OR split_flag IS NULL
order by pay_time
</select>
</mapper>