Commit 5b4d09fd authored by Lambertliu's avatar Lambertliu

fix(jg):管道登记功能开发

parent 4972e4c9
......@@ -3977,7 +3977,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
.put("projectContraptionId", projectContraptionSeq)
.put("projectContraptionNo", projectContraption.getProjectContraptionNo())
.put("pipelineLength", totalPipelineLength);
if (!Objects.nonNull(projectContraption.getUseRegistrationCode())){
if (Objects.nonNull(projectContraption.getUseRegistrationCode())){
setProjectContraptionInfo(projectContraption, resultBuilder);
}
return resultBuilder.build();
......
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