2016年10月20日 | Wizzer | 评论 Shop_goods_type obj = shopGoodsTypeService.fetch(id); shopGoodsTypeService.fetchLinks(obj, null, Cnd.orderBy().asc("location")); for (Shop_goods_type_props o : obj.getPropsList()) { shopGoodsTypeService.dao().fetchLinks(o, null, Cnd.orderBy().asc("location")); } 2,143 total views, 1 views today