lvhao il y a 1 jour
Parent
commit
9ca1b1a8ce
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      core/CoreApp/controllers/Fullorderexcel.php

+ 3 - 0
core/CoreApp/controllers/Fullorderexcel.php

@@ -2853,6 +2853,9 @@ class Fullorderexcel extends Start_Controller {
 				}
 
 			}
+			if(isset($value['jweight'])){
+				$info_list[$key]['jweight'] = empty($value['jweight'])?0:$value['jweight']*0.001;
+			}
 			unset($info_list[$key]['id']);
 			unset($info_list[$key]['fpdata']);
 		}