|
@@ -812,8 +812,11 @@ public class ProvisionalPlanServiceImpl extends ServiceImpl<ProvisionalPlanMappe
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
BeanUtils.copyProperties(provisionalPlan, provisionalPlanResVo);
|
|
BeanUtils.copyProperties(provisionalPlan, provisionalPlanResVo);
|
|
|
|
+ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM");
|
|
|
|
+ provisionalPlanResVo.setPlanDemandSubTimeStr(sdf.format(provisionalPlanResVo.getPlanDemandSubTime()));
|
|
|
|
+ provisionalPlanResVo.setPlanPurchaseFinishTimeStr(sdf.format(provisionalPlanResVo.getPlanPurchaseFinishTime()));
|
|
|
|
+ provisionalPlanResVo.setPlanDeliverTimeStr(sdf.format(provisionalPlanResVo.getPlanDeliverTime()));
|
|
//状态在采购需求对接和流废标退回之间的项目可以进行催告---已发函不可再次发函
|
|
//状态在采购需求对接和流废标退回之间的项目可以进行催告---已发函不可再次发函
|
|
provisionalPlanResVo.setSendLetterDo("false");
|
|
provisionalPlanResVo.setSendLetterDo("false");
|
|
if (!ObjectUtils.isEmpty(demand)) {
|
|
if (!ObjectUtils.isEmpty(demand)) {
|