同步平台订单摘要卡已付无回执总护栏口径

This commit is contained in:
萝卜
2026-03-18 22:57:48 +08:00
parent cc85bf2912
commit 7f8fd95ba2

View File

@@ -51,11 +51,11 @@ class AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepB
],
[
'role' => 'po-summary-link-no-receipt-orders',
'expect' => ['receipt_status' => 'none'],
'expect' => ['payment_status' => 'paid', 'receipt_status' => 'none'],
],
[
'role' => 'po-summary-link-view-no-receipt-orders',
'expect' => ['receipt_status' => 'none'],
'expect' => ['payment_status' => 'paid', 'receipt_status' => 'none'],
],
];