|
@@ -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),
|