This commit is contained in:
suyl
2021-04-25 09:57:48 +08:00
parent f7725bcfc4
commit bcf7cf6137
4 changed files with 8 additions and 11 deletions

View File

@@ -4134,7 +4134,6 @@ 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,