二级前端页面修改
This commit is contained in:
@@ -150,7 +150,7 @@ public class CrmPdiPlanServiceImpl extends ServiceImpl<CrmPdiPlanMapper, CrmPdiP
|
|||||||
wrapper.eq("planid", build.getId());
|
wrapper.eq("planid", build.getId());
|
||||||
|
|
||||||
CrmPdiPlan pdiPlan = baseMapper.selectOne(wrapper);
|
CrmPdiPlan pdiPlan = baseMapper.selectOne(wrapper);
|
||||||
|
|
||||||
if (pdiPlan == null) {
|
if (pdiPlan == null) {
|
||||||
log.error("未找到ID为{}的计划记录", build.getId());
|
log.error("未找到ID为{}的计划记录", build.getId());
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user