|
@@ -68,7 +68,6 @@ public class ProofGroupService extends ServiceImpl<ProofGroupMapper, ProofGroup>
|
|
}
|
|
}
|
|
Integer invalidStatutesId = invalidStatutes.getId();
|
|
Integer invalidStatutesId = invalidStatutes.getId();
|
|
List<ProofGroup> proofGroups = new ArrayList<>();
|
|
List<ProofGroup> proofGroups = new ArrayList<>();
|
|
-
|
|
|
|
if (id != null) {
|
|
if (id != null) {
|
|
//单个更新
|
|
//单个更新
|
|
ProofGroup proofGroup = this.getById(id);
|
|
ProofGroup proofGroup = this.getById(id);
|