|
|
@ -58,6 +58,7 @@ public class SysFlowableConfigService extends MybatisBaseService<SysFlowableConf |
|
|
|
sysFlowableConfig = new SysFlowableConfig(); |
|
|
|
BeanUtil.copyProperties(dto,sysFlowableConfig,"sid"); |
|
|
|
String name = baseMapper.selectBySid(dto.getChangeUserSid()); |
|
|
|
sysFlowableConfig.setChangeName(name); |
|
|
|
baseMapper.insert(sysFlowableConfig); |
|
|
|
return rb.success(); |
|
|
|
} |
|
|
|