lvhao 22 tuntia sitten
vanhempi
commit
a440343952
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      core/CoreApp/controllers/Whlabel.php

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

@@ -3534,6 +3534,7 @@ class Whlabel extends Start_Controller
 				}
 				}
 				$z = $this->whlabel->find_count($where . ' and sku = "' . $value['sku'] . '" and zd != "" and state = 0 and purchase = "' . $value['purchase'] . '" and warehouse = "' . $value['warehouse'] . '" and features = "' . $value['features'] . '"');
 				$z = $this->whlabel->find_count($where . ' and sku = "' . $value['sku'] . '" and zd != "" and state = 0 and purchase = "' . $value['purchase'] . '" and warehouse = "' . $value['warehouse'] . '" and features = "' . $value['features'] . '"');
 				$rows[$key]['details'] = implode("、", $details);
 				$rows[$key]['details'] = implode("、", $details);
+				$rows[$key]['details'] = trim($rows[$key]['details'], "、");
 				$rows[$key]['cpid'] = ($cpid) ? implode(" ", $cpid) : '';
 				$rows[$key]['cpid'] = ($cpid) ? implode(" ", $cpid) : '';
 				$number = $value['number'];
 				$number = $value['number'];
 				$ftime = time() - 15 * 24 * 3600;
 				$ftime = time() - 15 * 24 * 3600;