20250923-zty-订单列表手机号搜索功能补充修改

This commit is contained in:
zhuotianyuan 2025-09-23 17:49:15 +08:00
parent 10d67047ed
commit 20b84637d3
2 changed files with 2 additions and 2 deletions

View File

@ -62,5 +62,5 @@ export enum ShipmentType {
}
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>) {
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 now = new Date();
return dataSource.transaction(async manager => {