Explorar el Código

测试修改敬重的问题

lvhao hace 1 día
padre
commit
c24d36dd8d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      core/CoreApp/controllers/Fullorderexcel.php

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

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