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

@@ -877,5 +877,6 @@ func (c *PurchaseHandler) SyncQualify(ctx *jxcontext.Context, storeDetail *dao.S
}
func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, lineStatus int) (err error) {
return err
}