|
@@ -110,7 +110,7 @@ class Zzququeu9 extends Start_Controller {
|
|
|
$error = $this->zzququeu9_logs->find_all("oid = ".$v['id']." and one_type = 1 and two_type = 1 ","*",'id desc',0,1);
|
|
|
if($error[0]['apply_api']=='lpck'){
|
|
|
$ret_data = json_decode($error[0]['ret_data'],true);
|
|
|
- $apply_data = json_decode($error[0]['apply_data']);
|
|
|
+ $apply_data = json_decode($error[0]['apply_data'],true);
|
|
|
if(isset($ret_data["ResMsg"])){
|
|
|
if(empty($apply_data['0'])){
|
|
|
$tmp_str = $ret_data["ResMsg"];
|