Commit 28fa30cf by 朱继来

调整后台添加商品

parent 7fbd503d
Showing with 1 additions and 0 deletions
......@@ -253,6 +253,7 @@ Class AddOrderController extends Controller
$data['num'] = $request->input('num');
$data['buy'] = $request->input('buy');
$data['delivery_place'] = $request->input('delivery_place');
$data['type'] = 2; // 后台添加标记
$data['pf'] = 4;
$data['k1'] = time();
......
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