通过id查找数据

This commit is contained in:
qq787203167
2022-07-15 10:41:54 +08:00
parent a0906e88de
commit 865e5ce63b
@@ -3637,6 +3637,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
}
conditionSb.append(" and " + key + " like concat(concat('%','" + value + "'),'%') ESCAPE '/'");
// conditionSb.append(" and " + key + " like concat(concat('%','" + value + "'),'%')");
} else if (StringUtils.equals(fieldName,"id")){
conditionSb.append(" and " + key + " ='" + value + "'");
}
}
}