This commit is contained in:
邹宗楠
2022-08-24 10:44:32 +08:00
parent 174aacd231
commit 7190d106ab
2 changed files with 5 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ func BindStoreList(req *model.AddPrinterParam) error {
CreatedAt: time.Now(),
UpdatedAt: time.Now(),
StoreID: req.StoreId,
StoreName: req.StoreName,
StoreName: req.Name,
StoreVendor: 9, // 绑定平台,全平台
PrintNo: req.PrintNo,
UserId: "system", // 所属用户