例如 :实现下面sql语句的查询结果:select * from a ,(select * from b where b.pid=1)b where a.c2=b.b3
fetchLinks的时候可以传额外的Cnd
this.dao().fetchLinks(list, linkName, subCnd); 这个写法吗?subCnd 这里写的 不是 Cnd sqlStr = Cnd.where("1", "=", "1");这种写法吗?为什么我查询的结果 ,查询的结果b表里不是理想的结果呢?
a表业务表 b表字典表(包括多种字典数据)我要a表关联b表的一种字典
看输出的sql