|
|
@@ -1837,8 +1837,7 @@ class OrderClass extends BaseClass
|
|
|
$bigNum = $showItem['itemStat']['bigNum'] ?? 0;
|
|
|
$smallNun = $showItem['itemStat']['smallNun'] ?? 0;
|
|
|
$content .= '********************************<BR>';
|
|
|
- $content .= "<CB>共{$kindNum}种";
|
|
|
- $content .= " 数量:";
|
|
|
+ $content .= "<CB>共{$kindNum}种 ";
|
|
|
if ($bigNum > 0) {
|
|
|
$content .= "{$bigNum}扎";
|
|
|
}
|