|
|
@@ -115,7 +115,7 @@ class CertificateApply extends CertificateApplyModel
|
|
|
return false;
|
|
|
}
|
|
|
foreach ($certificateList as $certificate) {
|
|
|
- $water = $this->watermark ?: $this->order_no;
|
|
|
+ $water = $this->watermark ?: '审批号:'.$this->order_no;
|
|
|
$water2 = '';
|
|
|
if ($this['indate']) {
|
|
|
$water2 = $data['use_data'] ? '有效期至'.$this['indate'] : '';
|
|
|
@@ -181,7 +181,7 @@ class CertificateApply extends CertificateApplyModel
|
|
|
return false;
|
|
|
}
|
|
|
foreach ($certificateList as $certificate) {
|
|
|
- $water = $this->watermark ?: $this->order_no;
|
|
|
+ $water = $this->watermark ?: '审批号:'.$this->order_no;
|
|
|
$water2 = '';
|
|
|
if ($this['indate']) {
|
|
|
$water2 = $this->use_date ? '有效期至'.$this->indate : '';
|