Commit d0862f7c by 朱继来

Merge branch 'zjl_service_20211118' into development

parents 6a3e01e1 f53bd71d
Showing with 1 additions and 1 deletions
......@@ -407,7 +407,7 @@ Class AddOrderController extends Controller
$add_type = $request->input('add_type', 1); // 1-后台订单添加,2-询价订单添加
$data['pf'] = $add_type == 1 ? 4 : 8;
$data['pf'] = $add_type == 1 ? 3 : 8;
$data['k1'] = time();
$data['k2'] = md5(md5($data['k1']).'fh6y5t4rr351d2c3bryi');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment