Commit 11f01e8a authored by 徐俊's avatar 徐俊

xujun

parent 9a0f5829
...@@ -246,6 +246,8 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro ...@@ -246,6 +246,8 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
if (Objects.isNull(projType)) { if (Objects.isNull(projType)) {
projType = CommonEnum.projType.num.getCode(); projType = CommonEnum.projType.num.getCode();
} }
dto.setProjType(projType);
//申报单位 //申报单位
ComUnitDTO comUnitDTO = comUnitService.getUnitById(SecurityUserHolder.getUnitId()); ComUnitDTO comUnitDTO = comUnitService.getUnitById(SecurityUserHolder.getUnitId());
if (null != comUnitDTO) { if (null != comUnitDTO) {
......
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