Commit bdb467dd by Joneq

增加注释

parent da5b3369
...@@ -44,7 +44,7 @@ class AdminOutstoreController extends Controller ...@@ -44,7 +44,7 @@ class AdminOutstoreController extends Controller
$data = $request->all(); $data = $request->all();
try{ try{
//获取需要修改的货品 //获取需要修改的货品121
if ($data['out_store_detail_id'] == 'all'){ if ($data['out_store_detail_id'] == 'all'){
$data['out_store_detail_id_arr'] = OutStoreDetailModel::where('out_store_id',$data['out_store_id'])->pluck('out_store_detail_id'); $data['out_store_detail_id_arr'] = OutStoreDetailModel::where('out_store_id',$data['out_store_id'])->pluck('out_store_detail_id');
}else{ }else{
......
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