@ -67,7 +67,7 @@ class InvoiceTplService extends AbstractService {
} else {
$insertData = [
'mallId' => $mallId,
'tplName' => '自定义发货单模板',
'tplName' => $params['tplName'] ?: '自定义发货单模板',
'tplWidth' => 210,
'tplHeight' => 297,
'hasHole' => 0,
@ -67,7 +67,7 @@ class ItemTagTplService extends AbstractService {
'mall_id' => $mallId,
'tpl_name' => '自定义配货标签模板',
'tpl_name' => $params['tplName'] ?: '自定义配货标签模板',
'tpl_width' => 70,
'tpl_height' => 100,
'is_default' => 0,