|
@@ -75,7 +75,7 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract> i
|
|
public synchronized void create(ApplyPurchaseVo applyVo) {
|
|
public synchronized void create(ApplyPurchaseVo applyVo) {
|
|
List<ContractDetails> contractDetailsList = new ArrayList<>();
|
|
List<ContractDetails> contractDetailsList = new ArrayList<>();
|
|
|
|
|
|
- // 合同编号前缀(PO220914)
|
|
|
|
|
|
+ // 合同编号前缀
|
|
String codePrefix = codePrefix();
|
|
String codePrefix = codePrefix();
|
|
|
|
|
|
// 当天已加最大合同后缀
|
|
// 当天已加最大合同后缀
|