Browse Source

接口调整

lizhen_gitee 6 months ago
parent
commit
5dbce2fa70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/company/controller/Jianceproject.php

+ 1 - 1
application/company/controller/Jianceproject.php

@@ -72,7 +72,7 @@ class Jianceproject extends Apic
             'weigh'      => input('weigh',$id),
         ];
 
-        if($data['pid'] == 0){
+        if($info['pid'] == 0){
             $data['info'] = '';
             $data['type'] = 1;
         }