@@ -120,7 +120,7 @@
</delete>
<select id="selectContractByProjectIds" resultMap="contractInfoResultMap">
- 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 ,template_type from m_contract_info where is_deleted = 0 and
p_id in
<foreach collection="ids" item="pId" open="(" separator="," close=")">
#{pId}