From 740c0c410d7495b70ac9a13f965e06fa4cfad6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=8F=E9=A9=AC?= <179906767@qq.com> Date: Mon, 23 Aug 2021 09:54:29 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E5=AD=97=E6=AE=B5=E4=B8=8D=E4=B8=BAus?= =?UTF-8?q?ername=E6=97=B6=EF=BC=8C=E8=BF=9B=E8=A1=8C=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E6=97=B6=EF=BC=8C=E4=BC=9A=E6=8A=A5=E9=94=99?= =?UTF-8?q?=EF=BC=8C=E6=9C=AA=E5=AE=9A=E4=B9=89=E6=95=B0=E7=BB=84=E7=B4=A2?= =?UTF-8?q?=E5=BC=95:=20username?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/tpflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/tpflow.php b/src/config/tpflow.php index afc5c73..98b3b0c 100644 --- a/src/config/tpflow.php +++ b/src/config/tpflow.php @@ -24,7 +24,7 @@ return [ 'db'=>'soft_user', //表名 'key'=>'id', //主键 'getfield'=>'username',//获取用户名称 - 'field'=>'id,username',//查询筛选字段 用于设计器的选人 + 'field'=>'id,username as username',//查询筛选字段 用于设计器的选人 'searchwhere'=>'username'//查询筛选字段 用于设计器where匹配 ], 'wf_url' => [ -- Gitee