|
@@ -69,8 +69,11 @@ public class ProjectListService {
|
|
|
String id = UUID.randomUUID().toString().replace("-", "");
|
|
|
//合同编号生成
|
|
|
String no = serialnumTplService.genSerialNum(userDTO.getCompanyDTO().getId(), ProjectListDto.BIZ_CODE);
|
|
|
+ //项目立项号生成
|
|
|
+ String approvalNo = serialnumTplService.genSerialNum(userDTO.getCompanyDTO().getId(), ProjectListDto.BIY_CODE);
|
|
|
info.setId(id);
|
|
|
info.setNo(no);
|
|
|
+ info.setApprovalNo(approvalNo);
|
|
|
info.setCreateBy(userDTO.getId());
|
|
|
info.setCreateDate(new Date());
|
|
|
info.setUpdateBy(userDTO.getId());
|