|
|
@@ -179,7 +179,7 @@ class ProductController extends BaseController
|
|
|
|
|
|
if ($type == 0) {
|
|
|
//打标签
|
|
|
- $content .= '<BC128 x="30" y="115" h="75" s="1" r="0" n="3" w="10">' . $ptItemId . '</BC128>';
|
|
|
+ $content .= '<BC128 x="30" y="115" h="75" s="1" r="0" n="3" w="10">a' . $ptItemId . '</BC128>';
|
|
|
if (in_array($mainId, [52, 1459])) {
|
|
|
$content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">惠雅鲜花</TEXT>';
|
|
|
} elseif ($mainId == 16948) {
|