mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-14 04:09:50 +08:00
Merge branch 'dev' of codeup.aliyun.com:67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web into dev
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -34,6 +34,5 @@ build/
|
||||
.mvn/
|
||||
/.claude/
|
||||
.ace-tool/
|
||||
opt/app/spring/logs/sys-error.log
|
||||
opt/app/spring/logs/sys-info.log
|
||||
opt/app/spring/logs/sys-user.log
|
||||
opt/*
|
||||
|
||||
|
||||
@@ -756,7 +756,8 @@
|
||||
GREATEST(0, IFNULL(due_refund_amount, 0) - IFNULL(refund_amount, 0)) AS refundPayAmount
|
||||
FROM adapay_unsplit_record
|
||||
WHERE
|
||||
(refund_flag IS NULL OR refund_flag != 'SUCCESS')
|
||||
OR (split_flag IS NULL OR split_flag != 'SUCCESS')
|
||||
<!-- (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
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user