|
|
@@ -259,7 +259,9 @@ public class CoreEvaluatePlanServiceImpl extends ServiceImpl<CoreEvaluatePlanMap
|
|
|
coreEvaluatePlanContentMapper.insert(coreEvaluatePlanContent);
|
|
|
});
|
|
|
//下发
|
|
|
- distribute(coreEvaluatePlan.getId(), coreEvaluatePlan.getBuildTaskNow());
|
|
|
+ if (coreEvaluatePlan.getBuildTaskNow()==true&&coreEvaluateTasks1.isEmpty()){
|
|
|
+ distribute(coreEvaluatePlan.getId(), coreEvaluatePlan.getBuildTaskNow());
|
|
|
+ }
|
|
|
return i;
|
|
|
}
|
|
|
|