|
@@ -110,8 +110,14 @@ 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']);
|
|
|
if(isset($ret_data["ResMsg"])){
|
|
|
- $tmp_str = $ret_data["ResMsg"].$error[0]['ret_data'];
|
|
|
+ if(empty($apply_data['0'])){
|
|
|
+ $tmp_str = $ret_data["ResMsg"];
|
|
|
+ }else{
|
|
|
+ $tmp_str = $ret_data["ResMsg"]."【". $apply_data[0]['EntityCode']."】";
|
|
|
+ }
|
|
|
+
|
|
|
}else{
|
|
|
$tmp_str = "料品同步失败";
|
|
|
}
|