|
select id, p_id, contract_name, contract_number, contract_type from m_contract_info where is_deleted = 0 and
|
|
select id, p_id, contract_name, contract_number, contract_type from m_contract_info where is_deleted = 0 and
|
|
<foreach collection="ids" item="pId" open="(" separator="," close=")">
|
|
<foreach collection="ids" item="pId" open="(" separator="," close=")">
|