trade:增加自动收货的 job

This commit is contained in:
YunaiV
2023-09-26 19:27:37 +08:00
parent 9e99b04375
commit a8c78f3097
9 changed files with 233 additions and 146 deletions

View File

@@ -87,7 +87,7 @@ public class TradeOrderUpdateServiceTest extends BaseDbUnitTest {
@BeforeEach
public void setUp() {
when(tradeOrderProperties.getAppId()).thenReturn(888L);
when(tradeOrderProperties.getExpireTime()).thenReturn(Duration.ofDays(1));
when(tradeOrderProperties.getPayExpireTime()).thenReturn(Duration.ofDays(1));
}
@Test