main #77

Open
zksu wants to merge 2 commits from zksu/API:main into main
Collaborator
No description provided.
zksu added 2 commits 2026-01-30 11:08:24 +00:00
e657578ef1 fix(service): 修改客户服务中的默认排序顺序
将默认排序从 orders ASC 改为 orders DESC 以符合业务需求
2b66970cc3 fix: 修正日期字段类型及处理逻辑
将woocommerce.dto.ts中的date_shipped字段类型从number改为string
统一各适配器中的日期处理逻辑,使用dayjs进行标准化转换
移除order.service.ts中冗余的日期转换代码
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b zksu-main main
git pull main

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff zksu-main
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: yoone/API#77
No description provided.