|
select shareholder_id, parent_id, ancestors, shareholder_name, shareholder_type, shareholding_ratio, controlled_company as thecompany, company_valuation, is_subject, node_type, create_by, create_time, update_by, update_time, remark ,
|
|
select shareholder_id, parent_id, ancestors, shareholder_name, shareholder_type, shareholding_ratio, controlled_company as thecompany, company_valuation, is_subject, node_type, create_by, create_time, update_by, update_time, remark ,
|
|
<if test="shareholderName != null and shareholderName != ''"> and shareholder_name like concat('%', #{shareholderName}, '%')</if>
|
|
<if test="shareholderName != null and shareholderName != ''"> and shareholder_name like concat('%', #{shareholderName}, '%')</if>
|