|
@@ -324,8 +324,6 @@ class Suppler extends Base
|
|
|
if ($id == "") {
|
|
|
return error_show(1002, "参数id不能为空");
|
|
|
}
|
|
|
-// $info = Db::name("supplier")->where(['id' => $id, 'is_del' => 0])->find();
|
|
|
-
|
|
|
$code = $this->request->only(['code' => ''], 'post', 'trim');
|
|
|
$userCommon = \app\admin\common\User::getIns();
|
|
|
$info = $userCommon->handle('sInfo', $code);
|