浏览代码

发放记录

afa 4 月之前
父节点
当前提交
e7bf27addc
共有 1 个文件被更改,包括 2 次插入2 次删除
  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("手续费分润:");
         $output->writeln("手续费分润:");
       
       
-        $feeCount = 0;//self::setSharingFees($output);
+        $feeCount = self::setSharingFees($output);
 
 
         //存储服务费分润
         //存储服务费分润
-        $pledgeCount = 0; //self::setSharingPledge($output);
+        $pledgeCount = self::setSharingPledge($output);
 
 
         //销售分润
         //销售分润
         $saleCount = self::setSharingSales($output);
         $saleCount = self::setSharingSales($output);