Commit 5a24a6ff authored by 王向伟's avatar 王向伟

channelConfiguration添加updated_at字段

parent 42f5f239
......@@ -117,8 +117,8 @@ public class ChannelConfServiceImpl implements ChannelConfService {
} else {
// update
// BeanUtils.copyProperties(channelConfiguration, channelConfigurationExsit, IgnorePropertiesUtil.getNullPropertyNames(channelConfiguration));
BeanUtils.copyProperties(channelConfiguration, channelConfigurationExsit);
clfCenterService.saveChannelConfiguration(channelConfigurationExsit);
channelConfiguration.setId(channelConfigurationExsit.getId());
clfCenterService.saveChannelConfiguration(channelConfiguration);
// 更新OrderCallBack
for (ClfOrderCallBack clfOrderCallBack : clfOrderCallBackList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment