未定合同 项目名称和项目编码保持一致 都传项目编码

胡飞洲让改的
This commit is contained in:
xiang2lin 2025-06-06 17:52:11 +08:00
parent 123a9c30d1
commit b3f3fdb7af
1 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,9 @@ public class SendContractPluginInitializer extends PluginBaseEntity {
billhead.put("pk_group","SW01");
billhead.put("pk_org","666");
billhead.put("project_code",sendContractEntity.getProjectCode());
billhead.put("project_name",sendContractEntity.getProjectName());
//billhead.put("project_name",sendContractEntity.getProjectName());
//2025年6月6日17:46:45 相二林修改 三维通信BIP-致远OA接口群 胡飞洲让改的
billhead.put("project_name",sendContractEntity.getProjectCode());
billhead.put("def1",sendContractEntity.getKhcode());//BIP客户编码
bill.put("billhead",billhead);
ufinterface.put("bill",bill);