aa
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user