Fix
parent
ae8e6be42b
commit
ba5d4283bb
|
|
@ -280,8 +280,6 @@ class PurchaseSubsidySettleCommand extends Command
|
|||
*/
|
||||
protected function initializePurchaseSubsidy(Dealer $dealer, Carbon $startAt, Carbon $endAt, $feeRate, array $purchaseRules)
|
||||
{
|
||||
$this->calculatePurchaseAmount->handle($dealer, $startAt, $endAt);
|
||||
|
||||
// 进货总额
|
||||
$totalPurchaseAmount = $this->calculatePurchaseAmount->handle($dealer, $startAt, $endAt);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue