lvhao 3 days ago
parent
commit
7dd6d8f3bf
1 changed files with 4 additions and 1 deletions
  1. 4 1
      core/CoreApp/controllers/Fullorderexcel.php

+ 4 - 1
core/CoreApp/controllers/Fullorderexcel.php

@@ -2529,7 +2529,10 @@ class Fullorderexcel extends Start_Controller {
 			unset($info_list[$key]['id']);
 			unset($info_list[$key]['id']);
 			unset($info_list[$key]['fpdata']);
 			unset($info_list[$key]['fpdata']);
 		}
 		}
-		return [$info_list,$shouldmoney];
+		return [
+			'info_list'=>$info_list,
+			'shouldmoney'=>$shouldmoney
+		];
 	}
 	}
 	
 	
 	//上传运单
 	//上传运单