style(service): 修复订单服务中syncOrders方法的缩进问题

This commit is contained in:
zhuotianyuan 2025-12-19 16:47:44 +08:00
parent 4f92fe6d1a
commit 39c9ed8010
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export class OrderService {
@Inject()
siteService: SiteService;
async syncOrders(siteId: string) {
async syncOrders(siteId: string) {
const daysRange = 7;
// 获取当前时间和7天前时间
const now = new Date();