This commit is contained in:
DESKTOP-KHENR06\Jsowell
2026-06-08 15:22:07 +08:00
parent d0aafd7c3e
commit 9fef3bc03f
5 changed files with 18 additions and 1 deletions

View File

@@ -761,4 +761,10 @@
refund_flag IS NULL OR split_flag IS NULL
order by pay_time
</select>
<select id="queryFailedList" resultMap="BaseResultMap">
select * from adapay_unsplit_record
where pay_time >= #{startTime} and pay_time &lt;= #{endTime}
and (refund_flag = 'FAILED' or split_flag = 'FAILED')
</select>
</mapper>