perf(admin): platform orders list read batch_activation first

This commit is contained in:
萝卜
2026-03-10 11:32:01 +00:00
parent 50f15cdea8
commit c3a16fae9e
3 changed files with 33 additions and 1 deletions

View File

@@ -32,7 +32,9 @@ class AdminPlatformOrderTest extends TestCase
->assertSee('筛选条件')
->assertSee('平台订单列表')
->assertSee('最近批量同步')
->assertSee('最近24小时批量同步过');
->assertSee('最近24小时批量同步过')
->assertSee('可同步订单')
->assertSee('近24小时批量同步');
}
public function test_guest_cannot_open_platform_orders_page(): void