|
|
@@ -52,8 +52,8 @@ class ShopExtController extends BaseController
|
|
|
$labelPrint = new printUtil($printLabelSn);
|
|
|
$return = $labelPrint->addPrint($printLabelKey, $name);
|
|
|
if ($return) {
|
|
|
- $ext->printSn = $printLabelSn;
|
|
|
- $ext->printKey = $printLabelKey;
|
|
|
+ $ext->printLabelSn = $printLabelSn;
|
|
|
+ $ext->printLabelKey = $printLabelKey;
|
|
|
$ext->save();
|
|
|
}
|
|
|
} else {
|