作者 lyh

gx

@@ -153,6 +153,9 @@ class SyncProject extends Command @@ -153,6 +153,9 @@ class SyncProject extends Command
153 'contract' => json_encode($param['files']), 153 'contract' => json_encode($param['files']),
154 'bill' => json_encode($param['images']), 154 'bill' => json_encode($param['images']),
155 ]; 155 ];
  156 + if($data['plan'] == 15){//
  157 + $data['project_type'] = 1;
  158 + }
156 $renewModel = new ProjectRenew(); 159 $renewModel = new ProjectRenew();
157 $rs = $renewModel->add($data); 160 $rs = $renewModel->add($data);
158 if($rs === false){ 161 if($rs === false){
@@ -115,7 +115,7 @@ class Project extends Base @@ -115,7 +115,7 @@ class Project extends Base
115 12 => '俄语商务版', 115 12 => '俄语商务版',
116 14 => '俄语旗舰版', 116 14 => '俄语旗舰版',
117 13 => '体验版', 117 13 => '体验版',
118 - 15 => '白帽 SEO' 118 + 15 => '白帽SEO方案'
119 ]; 119 ];
120 } 120 }
121 121