mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-14 04:09:50 +08:00
update 处理订单
This commit is contained in:
@@ -156,7 +156,7 @@ public class PaymentTestController {
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void processUnsplitRecordToDefaultMemberTest() {
|
public void processUnsplitRecordToDefaultMemberTest() {
|
||||||
adapayUnsplitRecordHandleService.processUnsplitRecordToDefaultMember(wechatAppId1, 20);
|
adapayUnsplitRecordHandleService.processUnsplitRecordToDefaultMember(wechatAppId1, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -756,7 +756,8 @@
|
|||||||
GREATEST(0, IFNULL(due_refund_amount, 0) - IFNULL(refund_amount, 0)) AS refundPayAmount
|
GREATEST(0, IFNULL(due_refund_amount, 0) - IFNULL(refund_amount, 0)) AS refundPayAmount
|
||||||
FROM adapay_unsplit_record
|
FROM adapay_unsplit_record
|
||||||
WHERE
|
WHERE
|
||||||
(refund_flag IS NULL OR refund_flag != 'SUCCESS')
|
<!-- (refund_flag IS NULL OR refund_flag != 'SUCCESS')-->
|
||||||
OR (split_flag IS NULL OR split_flag != 'SUCCESS')
|
<!-- OR (split_flag IS NULL OR split_flag != 'SUCCESS')-->
|
||||||
|
refund_flag IS NULL OR split_flag IS NULL
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user