parent
123a9c30d1
commit
b3f3fdb7af
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue