lvhao 1 일 전
부모
커밋
c81f23e522
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'],