lvhao il y a 1 jour
Parent
commit
c81f23e522
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      core/CoreApp/controllers/Systembound.php

+ 1 - 0
core/CoreApp/controllers/Systembound.php

@@ -272,6 +272,7 @@ class Systembound extends Start_Controller {
 					if(!empty($orderinfo)){
 						$weight = $orderinfo['weight'];
 					}
+					$weight = str_replace('kgkg','kg',$weight);
 					$final_list[$value['express']][] = [
 						$value['number'],
 						$value['waybill'],