修改回调

This commit is contained in:
邹宗楠
2022-04-02 09:32:50 +08:00
parent 29d28691cd
commit 60feebf242
4 changed files with 34 additions and 52 deletions

View File

@@ -155,7 +155,7 @@ func (s *StoreAcctManager) InsertStoreAcctIncomeAndUpdateStoreAcctBalance(ctx *j
return err
}
// 检查单子运费收入支出差
// 检查当前订单的状态以及支出收入比
func (s *StoreAcctManager) CheckStoreAcctExpendExist(vendorOrderID string) (isEqual, isZero bool, err error) {
var (
expends, incomes int