This commit is contained in:
苏尹岚
2021-03-18 11:24:34 +08:00
parent 7bb3c81f00
commit 0f21a0df0b
3 changed files with 1 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ func init() {
}
func (s *StoreManager) OnStoreStatusChanged(vendorStoreID string, vendorID int, storeStatus int) (err error) {
return err
// return err
globals.SugarLogger.Debugf("OnStoreStatusChanged venvendorStoreID:%s, storeStatus:%d", vendorStoreID, storeStatus)
db := dao.GetDB()
storeDetail, err := dao.GetStoreDetailByVendorStoreID(db, vendorStoreID, vendorID, "")