作者 李宇航

合并分支 'lyh-server' 到 'master'

gx数据



查看合并请求 !2406
@@ -32,28 +32,18 @@ class RemainDay extends Command @@ -32,28 +32,18 @@ class RemainDay extends Command
32 32
33 /** 33 /**
34 * @var int[] 34 * @var int[]
35 - * 按照达标天数收费的项目 35 + * 按照达标天数收费的项目(白帽)
36 */ 36 */
37 - protected $bm_projectId = []; 37 + protected $bm_projectId = [
  38 + 4247,4299,4310,4215,4038,4084,4148
  39 + ];
38 40
39 41
40 /** 42 /**
41 * @var 暂停的项目 43 * @var 暂停的项目
42 */ 44 */
43 protected $ceaseProjectId = [ 45 protected $ceaseProjectId = [
44 - 354,  
45 - 378,  
46 - 649,  
47 - 1226,  
48 - 1283,  
49 - 1703,  
50 - 1893,  
51 - 2066,  
52 - 2250,  
53 - 2193,  
54 - 2399,  
55 - 1685,  
56 - 3309 46 + 354, 378, 649, 1226, 1283, 1703, 1893, 2066, 2250, 2193, 2399, 1685, 3309
57 ];//需要单独处理的项目 47 ];//需要单独处理的项目
58 /** 48 /**
59 * The console command description. 49 * The console command description.