Merge pull request 'fixed' (#97) from zhangwei into dev
Reviewed-on: #97
This commit is contained in:
commit
0621505c7c
@ -63,4 +63,8 @@ class Contract extends BaseModel
|
|||||||
return $dictData[$data['contract_status']];
|
return $dictData[$data['contract_status']];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getAnnexAttr($value){
|
||||||
|
return !empty($value) ? json_decode($value,true) : null;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user