@@ -1513,6 +1513,8 @@ class OrderClass extends BaseClass
} else {
$content .= $productNum . ' = ' . $productPrice . '元 ' . ($ratioType == 0 ? $ratio . '支装' : ($ratioType == 1 ? '若干支装' : '')) . '<BR>';
}
+ }else{
+ $content .= ' ' . ($ratioType == 0 ? $ratio . '支装' : ($ratioType == 1 ? '若干支装' : '')) . '<BR>';
$content .= '--------------------------------<BR>';
return $content;