Commit 3d3997c6 by 阳浪

4.21bug优化

parent a1741649
...@@ -186,6 +186,7 @@ public class TpPlanActivityServiceImpl extends ServiceImpl<TpPlanActivityMapper, ...@@ -186,6 +186,7 @@ public class TpPlanActivityServiceImpl extends ServiceImpl<TpPlanActivityMapper,
if (null != tpPlanActivityEW) { if (null != tpPlanActivityEW) {
// 查出TPplanId 下的 活动 // 查出TPplanId 下的 活动
tpPlanActivityEW.setDeleted(ProjectConstant.DELETED_NO); tpPlanActivityEW.setDeleted(ProjectConstant.DELETED_NO);
if(tpPlanActivity.getTpPlanId()!=null) {
tpPlanActivityEW.setTpPlanId(tpPlanActivity.getTpPlanId()); tpPlanActivityEW.setTpPlanId(tpPlanActivity.getTpPlanId());
ew = new EntityWrapper<>(tpPlanActivityEW); ew = new EntityWrapper<>(tpPlanActivityEW);
ew.orderBy("sort", true); ew.orderBy("sort", true);
...@@ -202,6 +203,7 @@ public class TpPlanActivityServiceImpl extends ServiceImpl<TpPlanActivityMapper, ...@@ -202,6 +203,7 @@ public class TpPlanActivityServiceImpl extends ServiceImpl<TpPlanActivityMapper,
} }
} }
} }
}
return num; return num;
} }
......
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