condition.append(" and ").append(" t.${Entity_cap_first} ").append(" like ").append("'").append("%").append(${item.codeName?lower_case}.get${Entity_cap_first?cap_first}()).append("%").append("'");
condition.append(" and ").append(" t.${Entity_cap_first} ").append(" like ").append("'").append(${item.codeName?lower_case}.get${Entity_cap_first?cap_first}()).append("%").append("'");
condition.append(" and ").append(" t.${Entity_cap_first} ").append(" like ").append("'").append("%").append(${item.codeName?lower_case}.get${Entity_cap_first?cap_first}()).append("'");
Hibernate: select dbet0_.dbetid as dbetid1_0_, dbet0_.createdate as createda2_0_, dbet0_.createman as createma3_0_, dbet0_.dbetname as dbetname4_0_, dbet0_.sex as sex5_0_, dbet0_.updatedate as updateda6_0_, dbet0_.updateman as updatema7_0_ from t_dbet dbet0_ where dbet0_.dbetname like '%一%'