|
@@ -564,6 +564,9 @@ public class PlanQuarterServiceImpl extends ServiceImpl<PlanQuarterMapper, PlanQ
|
|
|
|
|
|
@Override
|
|
|
public AjaxResult sendLetter(PlanQuarterStandardVo quarterStandardVo) {
|
|
|
+ PlanQuarter quarter = new PlanQuarter();
|
|
|
+ BeanUtils.copyProperties(quarterStandardVo, quarter);
|
|
|
+
|
|
|
int review = planQuarterMapper.sendLetter(quarterStandardVo.getPlanPracticalId());
|
|
|
if (review != 1) {
|
|
|
return AjaxResult.error("项目状态数据异常");
|