|
@@ -1395,7 +1395,7 @@
|
|
|
b.contract_template_name AS followContractTemplateName
|
|
b.contract_template_name AS followContractTemplateName
|
|
|
FROM
|
|
FROM
|
|
|
contract_template a
|
|
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}
|
|
${ex.query}
|
|
|
AND a.del = 0
|
|
AND a.del = 0
|
|
|
<if test="ex.orderBy == null or ex.orderBy ==''">
|
|
<if test="ex.orderBy == null or ex.orderBy ==''">
|