|
@@ -364,7 +364,7 @@ class Betorder extends BaseController{
|
|
|
$this->bet_money_limit($data,$userInfo);
|
|
$this->bet_money_limit($data,$userInfo);
|
|
|
|
|
|
|
|
//获取订单批次号
|
|
//获取订单批次号
|
|
|
- $batch_id = $this->commonFunction->orderSn();///strtotime(date('Y-m-d H:i:s',time())).mt_rand('1','99');//批量ID
|
|
|
|
|
|
|
+ $batch_id = OrderID();///strtotime(date('Y-m-d H:i:s',time())).mt_rand('1','99');//批量ID
|
|
|
//执行数据插入
|
|
//执行数据插入
|
|
|
try {
|
|
try {
|
|
|
_beginTransaction();//开启事务
|
|
_beginTransaction();//开启事务
|