提交 00f44389 编写于 作者: D Devil

细节优化

上级 fb034fbc
......@@ -1075,7 +1075,7 @@ class BuyService
// 订单主信息
$order = [
'order_no' => date('YmdHis').GetNumberCode(6),
'order_no' => self::OrderNoCreate(),
'user_id' => $params['user']['id'],
'warehouse_id' => $v['id'],
'user_note' => $user_note,
......@@ -1260,6 +1260,19 @@ class BuyService
return DataReturn($msg, 0, $result);
}
/**
* 订单号生成
* @author Devil
* @blog http://gong.gg/
* @version 1.0.0
* @date 2021-08-17
* @desc description
*/
public static function OrderNoCreate()
{
return date('YmdHis').GetNumberCode(6);
}
/**
* 订单详情添加
* @author Devil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册