活动工会更新
This commit is contained in:
@@ -235,7 +235,7 @@ public class SysUnionMangeCon {
|
|||||||
try {
|
try {
|
||||||
sysUnionService.insert(union);
|
sysUnionService.insert(union);
|
||||||
// 通知系统工会发生变更
|
// 通知系统工会发生变更
|
||||||
SysCommonDataChangeCenter.publish(SysCommonDataChangeType.UPDATE, Sys_union.class, union.getId());
|
SysCommonDataChangeCenter.publish(SysCommonDataChangeType.INSERT, Sys_union.class, union.getId());
|
||||||
return Result.success();
|
return Result.success();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e);
|
log.error(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user