moonsflyer 9 miesięcy temu
rodzic
commit
cb0f9a92b2

+ 2 - 2
application/admin/controller/qingdong/customer/Cuscontract.php

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