lhyxcxy opened this issue 6 years ago · 1 comments
empUser.getSqlMap().getWhere().andBracket("parent_codes", QueryType.LIKE, officeId) .orBracket("office_code", QueryType.EQ, officeId).endBracket(); 打印出的sql 会自动在parent_codes前加a变成 a.parent_codes。如何自定义字段前的表名
请查看 DaoMapperTest 这个测试类里“实体嵌套测试”