|
@@ -166,9 +166,8 @@ public class BaseExpertServiceImpl extends ServiceImpl<BaseExpertMapper, BaseExp
|
|
|
List<PmDemandResVo> pmDemandResponseVoList = new ArrayList<>();
|
|
|
//获取字典数据
|
|
|
HashMap<String, HashMap<String, String>> planEnums = dictTypeService.getAboutEnums();
|
|
|
- HashMap<String, String> projectTypesMap = planEnums.get("projectTypes");
|
|
|
- HashMap<String, String> planPurchaseModesMap = planEnums.get("planPurchaseModes");
|
|
|
HashMap<String, String> projectAttributes = planEnums.get("projectAttributes");
|
|
|
+
|
|
|
if (pmDemandList != null && pmDemandList.size() > 0) {
|
|
|
for (PmDemand pmDemand1 : pmDemandList) {
|
|
|
PmDemandResVo vo = new PmDemandResVo();
|