添加打印机获取门店信息

This commit is contained in:
邹宗楠
2022-12-06 17:40:50 +08:00
parent 3fe3890f7d
commit 2bdc7aaa22

View File

@@ -6093,6 +6093,6 @@ func BatchCreateFreeShipTemplate(relInfo map[string][]tiktok_store.RelInfo, ship
return "", nil
}
func GetVendorStoreBind(vendorStoreId string, vendorId int) (string, error) {
func GetVendorStoreBind(vendorStoreId string, vendorId int) (int, error) {
return dao.GetCodeAndIDByMeiTuan(vendorStoreId, vendorId)
}