fix:90109
This commit is contained in:
@@ -389,7 +389,7 @@ public class ProcessAllService extends ServiceImpl<ProcessAllMapper, ProcessAll>
|
|||||||
new LambdaQueryWrapper<ProcessStandardInterpret>()
|
new LambdaQueryWrapper<ProcessStandardInterpret>()
|
||||||
.eq(ProcessStandardInterpret::getProjectId, param.getProjectId()), false);
|
.eq(ProcessStandardInterpret::getProjectId, param.getProjectId()), false);
|
||||||
if (Objects.nonNull(processStandardInterpret)
|
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");
|
xmlNodeId = xmlNodeId.replace("2", "1");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user