新增合同主体
This commit is contained in:
parent
b931d3c612
commit
0d1d8eb941
@ -819,6 +819,8 @@ public class PsContractInfoServiceImpl implements IPsContractInfoService {
|
|||||||
map.put(MAINPREFIX, "cs-");
|
map.put(MAINPREFIX, "cs-");
|
||||||
}else if ("3".equals(bo.getContractMain())){
|
}else if ("3".equals(bo.getContractMain())){
|
||||||
map.put(MAINPREFIX, "sw-");
|
map.put(MAINPREFIX, "sw-");
|
||||||
|
}else if ("4".equals(bo.getContractMain())){
|
||||||
|
map.put(MAINPREFIX, "kj-");
|
||||||
}
|
}
|
||||||
|
|
||||||
map.put("firstPartyType", bo.getFirstPartyType());
|
map.put("firstPartyType", bo.getFirstPartyType());
|
||||||
|
Loading…
Reference in New Issue
Block a user