|
@@ -842,10 +842,11 @@ public class ApsProcessOperationProcessEquServiceImpl extends ServiceImpl<ApsPro
|
|
|
info.setHasconflict(StringUtils.isBlank(info.getConflictdes()) &&
|
|
|
StringUtils.isBlank(info.getSoftconflictdes()) ?
|
|
|
LOCKMARK_N : LOCKMARK_Y);
|
|
|
- } else {
|
|
|
- info.setConflictdes(addNewConflictsDesc(info.getConflictdes(), removeConflictsDesc));
|
|
|
- info.setHasconflict(LOCKMARK_Y);
|
|
|
}
|
|
|
+// else {
|
|
|
+// info.setConflictdes(addNewConflictsDesc(info.getConflictdes(), removeConflictsDesc));
|
|
|
+// info.setHasconflict(LOCKMARK_Y);
|
|
|
+// }
|
|
|
});
|
|
|
this.updateBatchById(beforeUpdatingConflictId);
|
|
|
}
|