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'],