ordersvw fixbug insure product
This commit is contained in:
@@ -1233,7 +1233,7 @@ class Orders extends HD_Controller
|
||||
'img' => $value,
|
||||
'date' => $result['data']['policyStartDate'],
|
||||
'price' => floatval($result['data']['premium']),
|
||||
'product' => $result['data']['companyName']
|
||||
'product' => $result['data']['companyName'] ? $result['data']['companyName'] : $result['data']['department']
|
||||
];
|
||||
$jsondata['ins_info'][md5($img_url)] = $result;
|
||||
$update[$field] = json_encode($img_jsondata,JSON_UNESCAPED_UNICODE);
|
||||
|
||||
Reference in New Issue
Block a user