|
|
|
@ -1852,7 +1852,7 @@ public class WorkOrderServiceImpl extends BaseServiceImpl<WorkOrderMapper, WorkO |
|
|
|
wo.setPlanner(bsTeamSet.getPlanner()); |
|
|
|
wo.setPlanner(bsTeamSet.getPlanner()); |
|
|
|
wo.setDispatcher(bsTeamSet.getDispatcher()); |
|
|
|
wo.setDispatcher(bsTeamSet.getDispatcher()); |
|
|
|
} |
|
|
|
} |
|
|
|
wo.setTsId(null); |
|
|
|
wo.setOcId(null); |
|
|
|
} else if (wo.getOcId() != null) { |
|
|
|
} else if (wo.getOcId() != null) { |
|
|
|
OemCraftAbilityEntity oa = oemCraftAbilityService.findBsOemAbility(wo.getOcId(), caId); |
|
|
|
OemCraftAbilityEntity oa = oemCraftAbilityService.findBsOemAbility(wo.getOcId(), caId); |
|
|
|
if (oa == null) { |
|
|
|
if (oa == null) { |
|
|
|
|