|
@@ -76,9 +76,9 @@ public class TBOrgController {
|
|
} else {
|
|
} else {
|
|
tbOrg.setUpdateId(tbUser.getId());
|
|
tbOrg.setUpdateId(tbUser.getId());
|
|
}
|
|
}
|
|
|
|
+ tbOrgService.saveOrUpdate(tbOrg);
|
|
redisUtil.setOrg(tbOrg.getId(), tbOrg);
|
|
redisUtil.setOrg(tbOrg.getId(), tbOrg);
|
|
redisUtil.setOrgCode(tbOrg.getCode(), tbOrg);
|
|
redisUtil.setOrgCode(tbOrg.getCode(), tbOrg);
|
|
- tbOrgService.saveOrUpdate(tbOrg);
|
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
log.error("请求出错", e);
|
|
log.error("请求出错", e);
|
|
if (e instanceof DuplicateKeyException) {
|
|
if (e instanceof DuplicateKeyException) {
|