http://www.xueh188.top/index.php/archives/33/

entity

  public class BsEnterpriseFinanceYear extends Model {
        private BsEnterprise bsEnterprise;//另一个类对象
}

Mapper

  
    
        
        
  
        
            
        
    
    
        and e.ent_name like concat('%',#{entity.bsEnterprise.ent_name},'%')
    

注意: 被嵌套对象如果有被查询条件,需在前面new个对象并赋给 对象,否则需要在判断条件前增加判断对象是否为空
例:

  
  
            and e.ent_name like concat('%',#{entity.bsEnterprise.entName},'%')
        
   

你可能感兴趣的:(http://www.xueh188.top/index.php/archives/33/)