This commit is contained in:
苏尹岚
2021-04-07 14:25:42 +08:00
parent 98f443379d
commit 7c6513e2b4
4 changed files with 17 additions and 1 deletions

View File

@@ -583,5 +583,5 @@ func (p *PurchaseHandler) DeleteStore(db *dao.DaoDB, storeID int, userName strin
}
func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, lineStatus int) (err error) {
return err
return fmt.Errorf("暂不支持此平台操作门店上下线!")
}