@@ -1395,7 +1395,7 @@
b.contract_template_name AS followContractTemplateName
FROM
contract_template a
- LEFT JOIN contract_template b ON a.contract_template_id = b.follow_contract_template_id
+ LEFT JOIN contract_template b ON a.follow_contract_template_id = b.contract_template_id
${ex.query}
AND a.del = 0
<if test="ex.orderBy == null or ex.orderBy ==''">