This commit is contained in:
2024-09-20 16:58:40 +08:00
@@ -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");
}