Commit f32fa520 by mushishixian

采购员离职

parent dec1ebfb
Showing with 1 additions and 1 deletions
......@@ -259,7 +259,7 @@ class SupplierController extends Controller
$supplier = $transformer->transformInfo($supplier);
$this->data['supplier'] = $supplier;
$intracodeModel = new IntracodeModel();
$this->data['userCodes'] = $intracodeModel->getChannelUsersEncode();
$this->data['userCodes'] = $intracodeModel->getChannelUsersEncode(false);
return $this->view('添加采购员');
}
......
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