lvhao hace 1 día
padre
commit
c81f23e522
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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'],