Commit bb8d1f8c by jianan

电子报聘合同编号bug

parent 84db5065
......@@ -753,11 +753,10 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService
// 合同编号已存在就不生成新的
String contractNo = practitioner.getContractNo();
System.out.println("查看生成合同前经纪人表的合同编号");
System.out.println(contractNo);
if (StringUtils.isEmpty(contractNo)) {
contractNo = hiringContractService.getNextContractNo();
practitioner.setContractNo(contractNo);
}
String contractOssPath = hiringContractService.generatePractitionerContract(practitioner);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment