订单列表增加手机号搜索 #20

Merged
longbot merged 3 commits from zhuotianyuan/API:main into main 2025-09-24 09:04:31 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 20b84637d3 - Show all commits

View File

@ -62,5 +62,5 @@ export enum ShipmentType {
} }
export enum staticValue { export enum staticValue {
STATIC_CAPTCHA = '123321' STATIC_CAPTCHA = 'yoone2025!@YOONE0923'
} }

View File

@ -1240,7 +1240,7 @@ export class OrderService {
async createOrder(data: Record<string, any>) { async createOrder(data: Record<string, any>) {
const { sales, total, billing, customer_email,billing_phone } = data; const { sales, total, billing, customer_email, billing_phone } = data;
const dataSource = this.dataSourceManager.getDataSource('default'); const dataSource = this.dataSourceManager.getDataSource('default');
const now = new Date(); const now = new Date();
return dataSource.transaction(async manager => { return dataSource.transaction(async manager => {