Commit 84db5065 by jianan

查看生成合同前经纪人表的合同编号

parent 4558e8bf
......@@ -753,6 +753,9 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService
// 合同编号已存在就不生成新的
String contractNo = practitioner.getContractNo();
System.out.println("查看生成合同前经纪人表的合同编号");
System.out.println(contractNo);
if (StringUtils.isEmpty(contractNo)) {
contractNo = hiringContractService.getNextContractNo();
}
......
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