Commit 2b69a263 authored by huyuchen's avatar huyuchen

提供角色类表接口

parent 2c388ec1
...@@ -4107,7 +4107,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4107,7 +4107,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
.last(CommonConstants.LAST_ONE_SQL)); .last(CommonConstants.LAST_ONE_SQL));
if (Common.isNotNull(socialFundInfo)) { if (Common.isNotNull(socialFundInfo)) {
String reduceSocialFundId = socialFundInfo.getReduceSocialFundId(); String reduceSocialFundId = socialFundInfo.getReduceSocialFundId();
String id = socialFundInfo.getId();
BeanUtils.copyProperties(sf,socialFundInfo); BeanUtils.copyProperties(sf,socialFundInfo);
socialFundInfo.setId(id);
socialFundInfo.setReduceSocialFundId(reduceSocialFundId); socialFundInfo.setReduceSocialFundId(reduceSocialFundId);
infoService.updateById(socialFundInfo); infoService.updateById(socialFundInfo);
} }
......
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