提交 c3def22a 作者: 沈振路

延时客服复用时不copy操作人和时间

上级 b1cda11f
......@@ -395,7 +395,7 @@ public class CustomerServiceCommonAsyncComponent {
CustomerGraphicsDelay targetCustomerGraphics = new CustomerGraphicsDelay();
List<ReferralEntity> targetReferralEntityList = new ArrayList<>();
BeanUtil.copyProperties(sourceGraphics, targetCustomerGraphics, "sourceUrl");
BeanUtil.copyProperties(sourceGraphics, targetCustomerGraphics, "sourceUrl", "createUser", "gmtCreate", "modifiedUser", "gmtModified");
long mainId = snowflakeComponent.snowflakeId();
targetCustomerGraphics.setId(mainId);
targetCustomerGraphics.setAuthorizerInfo(targetAuthInfo);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论