Browse Source

修改 bug

develop
王泽彦 5 months ago
parent
commit
c6bd67df28
  1. 4
      niucloud/app/service/api/student/ContractService.php

4
niucloud/app/service/api/student/ContractService.php

@ -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)

Loading…
Cancel
Save