mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
This commit is contained in:
parent
a650e217b8
commit
f1e7df056e
@ -74,9 +74,9 @@ public class JavaSerializer extends BaseSerializer<JavaSerializer>{
|
||||
|
||||
String pattern = ops.getPattern(pathType);
|
||||
if (parentAsString != null){
|
||||
_append(String.format(pattern, parentAsString, exprAsString));
|
||||
append(String.format(pattern, parentAsString, exprAsString));
|
||||
}else{
|
||||
_append(String.format(pattern, exprAsString));
|
||||
append(String.format(pattern, exprAsString));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user