mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-17 05:39:50 +08:00
update
This commit is contained in:
@@ -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 <= #{endTime}
|
||||
and (refund_flag = 'FAILED' or split_flag = 'FAILED')
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user