update 修复
This commit is contained in:
parent
e6d0a59f2e
commit
19af3ba254
@ -74,7 +74,7 @@ public class FamilyLevelExpServiceImpl extends
|
||||
.eq(FamilyLevelExp::getFamilyLevelId, familyLevelId)
|
||||
.execute();
|
||||
|
||||
if (updated) {
|
||||
if (!updated) {
|
||||
try {
|
||||
save(new FamilyLevelExp()
|
||||
.setFamilyId(familyId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user