|
|
|
@ -207,7 +207,9 @@ class ContractService extends BaseService |
|
|
|
if (!$contract) { |
|
|
|
throw new CommonException('合同模板不存在'); |
|
|
|
} |
|
|
|
|
|
|
|
if(!empty($contract['contract_content'])){ |
|
|
|
$contract['contract_content'] = replace_placeholders_with_underlines($contract['contract_content']); |
|
|
|
} |
|
|
|
// 获取所有字段配置 |
|
|
|
$formFields = Db::table('school_document_data_source_config') |
|
|
|
->where('contract_id', $contractId) |
|
|
|
|