diff --git a/src/config/tpflow.php b/src/config/tpflow.php index afc5c73e63d92d5d10af5d6c20129a2f3df5d258..98b3b0ccf69661fc787239bb5c2bd6b70c38460a 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' => [