shish 3 жил өмнө
parent
commit
13b6259a19

+ 1 - 1
app-hd/controllers/PlantCgController.php

@@ -78,7 +78,7 @@ class PlantCgController extends BaseController
         $price = floatval($item->price) ?? 0;
         $content = '<TEXT x="20" y="30" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
         $content .= '<BC128 x="20" y="100" h="80" s="1" r="0" n="4" w="11">' . $goodsSn . '</BC128>';
-        $content .= '<TEXT x="20" y="220" font="12" w="2" h="2" r="0">' . $price . '元</TEXT>';
+        $content .= '<TEXT x="20" y="260" font="12" w="2" h="2" r="0">' . $price . '元</TEXT>';
         $p->times = $num;
         $p->printLabelMsg($content);
         util::complete();