Skip to content

Commit 136659c

Browse files
authored
Update README.md
1 parent 2c68616 commit 136659c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ use zyimm\query\build\QueryWhere;
4141
* @var QueryWhere $build
4242
*/
4343
$build = app('QueryWhere');
44+
4445
//提交过来数据
4546
$data = [
4647
'log_id' => 20,
4748
'user_id'=> 'zyimm',
4849
'user_name' => "zyimm,12"
4950
];
51+
5052
//配置数据库字段查询操作
5153
$condition =[
5254
'=' => [

0 commit comments

Comments
 (0)