email更新修复
This commit is contained in:
@ -49,7 +49,7 @@ public class EmailConfigServiceImpl extends BaseServiceImpl<EmailConfigMapper, E
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
this.save(emailConfig);
|
this.saveOrUpdate(emailConfig);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user