update
This commit is contained in:
parent
3c7112a10e
commit
27a1b74c31
@ -34,5 +34,10 @@ class FinancePaymentPlan extends BaseModel
|
||||
{
|
||||
return $this->belongsTo(\app\common\model\contract\ProcurementContract::class, 'contract_id');
|
||||
}
|
||||
|
||||
public function getPayDateAttr($value): string
|
||||
{
|
||||
return !empty($value) ? date('Y-m-d') : '';
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user