wugg 1 ano atrás
pai
commit
0a9f033de8
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      app/admin/controller/Suppler.php

+ 0 - 2
app/admin/controller/Suppler.php

@@ -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);