Browse Source

发放记录

afa 4 months ago
parent
commit
e7bf27addc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/api/command/SharingFees.php

+ 2 - 2
application/api/command/SharingFees.php

@@ -36,10 +36,10 @@ class SharingFees extends Command
         /*** 发放分红收益 ***/
         $output->writeln("手续费分润:");
       
-        $feeCount = 0;//self::setSharingFees($output);
+        $feeCount = self::setSharingFees($output);
 
         //存储服务费分润
-        $pledgeCount = 0; //self::setSharingPledge($output);
+        $pledgeCount = self::setSharingPledge($output);
 
         //销售分润
         $saleCount = self::setSharingSales($output);