|
|
@@ -52,8 +52,8 @@ class Cuscontract extends Base {
|
|
|
$contract_other = $v['contract_other'];
|
|
|
$otherdata = json_decode($contract_other['otherdata'],true);
|
|
|
if(is_array($otherdata)){
|
|
|
- if(isset($otherdata['other_zdywys'])){
|
|
|
- $contract_remark = $otherdata['other_zdywys'];
|
|
|
+ if(isset($otherdata['other_upnhey'])){
|
|
|
+ $contract_remark = $otherdata['other_upnhey'];
|
|
|
}
|
|
|
}
|
|
|
$v['contract_remark'] = $contract_remark;
|