|
|
@ -35,7 +35,7 @@ public class CraftsService extends ServiceImpl<CraftsMapper, Crafts> { |
|
|
|
if (tubeState != null && tubeState.getTitrationStatus() == TitrationStatus.NOT_STARTED) { |
|
|
|
tubeState.setCraftsId(crafts.getId()); |
|
|
|
tubeState.setCraftsName(crafts.getName()); |
|
|
|
tubeState.setModuleCodes(tubeState.getModuleCodes()); |
|
|
|
tubeState.setTitrationModuleCodes(startCraftsDTO.getModuleCodes()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|