fix:90109

This commit is contained in:
梁琦涛
2024-09-20 16:56:56 +08:00
parent ce32cfefc0
commit 0bca7ee289
@@ -389,7 +389,7 @@ public class ProcessAllService extends ServiceImpl<ProcessAllMapper, ProcessAll>
new LambdaQueryWrapper<ProcessStandardInterpret>()
.eq(ProcessStandardInterpret::getProjectId, param.getProjectId()), false);
if (Objects.nonNull(processStandardInterpret)
&& StandardInterpretCommon.IS_DISTRIBUTE_2.equals(processStandardInterpret.getDistribute())){
&& Objects.equals(String.valueOf(StandardInterpretCommon.IS_DISTRIBUTE_2),processStandardInterpret.getDistribute())){
// 未分发
xmlNodeId = xmlNodeId.replace("2", "1");
}