lvhao 2 달 전
부모
커밋
a5ceb0da3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Systemfoutfz.php

+ 1 - 1
core/CoreApp/controllers/Systemfoutfz.php

@@ -406,7 +406,7 @@ class Systemfoutfz extends Start_Controller {
 				$trans_list[] = [
 					'jm'=>$jm ,
 					'pm'=>$zh,
-					'ts'=>$ts[2]
+					'ts'=>isset($ts[2])?$ts[2]:json_encode($ts),
 				];
 			}
 			$info_list[$key]['trans_list'] = $trans_list;