@@ -129,7 +129,7 @@ public class QueryCondition implements IFormat {
if (ObjectUtil.isEmpty(connectStr)) {
return sql;
}
- return StringPool.LEFT_BRACKET + sql + StringPool.RIGHT_BRACKET;
+ return StringPool.LEFT_BRACKET + sql + connectStr + StringPool.RIGHT_BRACKET;
@@ -56,8 +56,6 @@ public class MySpringBootTest {
.from(sys_dept)
.leftJoin(sys_user).on(user_id.eq(dept_id))
.where(
- concat("777", "555").add(777).ne(create_by),
- create_by.add(777).ne(concat("777", "555")),
create_by.ne(concat("777", "555").add(777)).and(concat("777", "555").eq("sss"))
//create_by.gt(98),
//create_by.lt(98),