This commit is contained in:
yaooo 2023-09-28 18:23:06 +08:00
commit b6e95690c0

View File

@ -747,7 +747,7 @@ class MerchantRepository extends BaseRepository
throw new \Exception('merchant 保存出错', 500);
}
return [bcsub($income,$margin), $finance, true];
return [bcsub($income,$margin,2), $finance, true];
}
}