浏览代码

客户批量打标签上线

shensong00 17 小时之前
父节点
当前提交
d2aef38f94
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2 1
      app/Console/Commands/BatchMarkTag.php
  2. 0 1
      app/Console/Commands/CorpInformation/BatchMarkTagNew.php

+ 2 - 1
app/Console/Commands/BatchMarkTag.php

@@ -45,7 +45,8 @@ class BatchMarkTag extends Command
45 45
 
46 46
     public function handle()
47 47
     {
48
-        //todo return终止运行
48
+        //脚本废弃
49
+        return false;
49 50
         $this->info('开始执行');
50 51
         $time = time();
51 52
         $d = true;

+ 0 - 1
app/Console/Commands/CorpInformation/BatchMarkTagNew.php

@@ -86,7 +86,6 @@ class BatchMarkTagNew extends Command
86 86
             return false;
87 87
         }
88 88
 
89
-
90 89
         # 直接筛选出要处理的客户列表,方便生成记录表数据
91 90
         if(0 == $taskInfo['select_all']) {
92 91
             $this->dealSelectTask($taskInfo, $activeUserList);