fix:90109
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user