新增合同主体

This commit is contained in:
mx 2025-01-06 09:07:52 +08:00
parent b931d3c612
commit 0d1d8eb941

View File

@ -819,6 +819,8 @@ public class PsContractInfoServiceImpl implements IPsContractInfoService {
map.put(MAINPREFIX, "cs-");
}else if ("3".equals(bo.getContractMain())){
map.put(MAINPREFIX, "sw-");
}else if ("4".equals(bo.getContractMain())){
map.put(MAINPREFIX, "kj-");
}
map.put("firstPartyType", bo.getFirstPartyType());