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

channelConfiguration添加updated_at字段

parent 42f5f239
...@@ -117,8 +117,8 @@ public class ChannelConfServiceImpl implements ChannelConfService { ...@@ -117,8 +117,8 @@ public class ChannelConfServiceImpl implements ChannelConfService {
} else { } else {
// update // update
// BeanUtils.copyProperties(channelConfiguration, channelConfigurationExsit, IgnorePropertiesUtil.getNullPropertyNames(channelConfiguration)); // BeanUtils.copyProperties(channelConfiguration, channelConfigurationExsit, IgnorePropertiesUtil.getNullPropertyNames(channelConfiguration));
BeanUtils.copyProperties(channelConfiguration, channelConfigurationExsit); channelConfiguration.setId(channelConfigurationExsit.getId());
clfCenterService.saveChannelConfiguration(channelConfigurationExsit); clfCenterService.saveChannelConfiguration(channelConfiguration);
// 更新OrderCallBack // 更新OrderCallBack
for (ClfOrderCallBack clfOrderCallBack : clfOrderCallBackList) { 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