This commit is contained in:
suyl
2021-04-23 09:54:04 +08:00
parent 48df8aac52
commit 58585baea9
2 changed files with 4 additions and 0 deletions

View File

@@ -4134,6 +4134,7 @@ func GetStoreAcctBalance(ctx *jxcontext.Context, storeID int) (storeAcct *model.
if err != nil {
return nil, err
}
fmt.Println("11", totalIncome, totalExpend)
return &model.StoreAcct{
StoreID: storeID,
AccountBalance: totalIncome - totalExpend,