Skip to content

Commit d09f9fa

Browse files
committed
Fix a trivial mistake [skip ci]
1 parent 8dfb12e commit d09f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/criteria-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ The above query issues the following SQL statement:
12951295
12961296
update EMPLOYEE t0_ set t0_.EMPLOYEE_NAME = concat('[', concat(t0_.EMPLOYEE_NAME, ']')),
12971297
t0_.VERSION = (t0_.VERSION + 1)
1298-
where t0_.EMPLOYEE_ID = 1
1298+
where t0_.EMPLOYEE_ID = ?
12991299
13001300
Tips
13011301
====

0 commit comments

Comments
 (0)