This commit is contained in:
苏尹岚
2021-03-17 10:20:55 +08:00
parent 9d370d88a8
commit 6f3577c92b
2 changed files with 18 additions and 0 deletions

View File

@@ -4070,3 +4070,11 @@ func GetStoreAcctBalance(ctx *jxcontext.Context, storeID int) (storeAcct *model.
AccountBalance: totalIncome - totalExpend,
}, err
}
// func SendVendorStoreStatusChanged(ctx *jxcontext.Context) (err error) {
// var (
// db = dao.GetDB()
// )
// dao.GetStoresMapList(db, []int{model.VendorIDJD, model.VendorIDMTWM, model.VendorIDEBAI}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "")
// return err
// }