wzy il y a 1 mois
Parent
commit
d6570a354f

+ 2 - 2
mjava-siku/src/main/java/com/malk/siku/service/impl/SikuServiceImpl.java

@@ -2363,7 +2363,7 @@ public class SikuServiceImpl implements SikuService {
             body.put("type",2);
             body.put("budget_cycle",0);
             body.put("total_quota",0);
-            body.put("member_used",2);//0 :全员可见 1:项目成员可见 2:公司主体可见
+            body.put("member_used",1);//0 :全员可见 1:项目成员可见 2:公司主体可见
             body.put("legal_entity_id",ddLegalEntity.get(htqygssh));//项目所属公司主体ID
             body.put("start_date",startDate);
             body.put("expiry_date",endDate);
@@ -2377,7 +2377,7 @@ public class SikuServiceImpl implements SikuService {
             body.put("out_budget_id",projectCode);
             body.put("name",projectName);
             body.put("type",2);
-            body.put("member_used",2);//0 :全员可见 1:项目成员可见 2:公司主体可见
+            body.put("member_used",1);//0 :全员可见 1:项目成员可见 2:公司主体可见
             body.put("legal_entity_id",ddLegalEntity.get(htqygssh));//项目所属公司主体ID
             body.put("leader_employee_id",JSONObject.toJSONString(leader_employee_id));