记得上下班打卡 | git大法好,push需谨慎

Commit a5c5e846 authored by 胡佳晨's avatar 胡佳晨

platform zhengzai账号修改演出 夺取账号所有权bug

admin 提交
parent a011ebcf
......@@ -269,6 +269,7 @@ public class PerformanceVoUtils {
performanceRelations.setPerformanceRelationsId(IDGenerator.nextSnowId().toString());
performanceRelations.setCreatedAt(null);
performanceRelations.setUpdatedAt(updatedAt);
performanceRelations.setMerchantId(null);
performancesMapper.update(performances, new UpdateWrapper<KylinPerformances>().eq("performances_id", performances.getPerformancesId()));
performanceStatusMapper.update(performanceStatus, new UpdateWrapper<KylinPerformanceStatus>().eq("performance_id", performances.getPerformancesId()));
......
......@@ -168,7 +168,6 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor
}
step1Param.setPerformancesId(performanceId);
step1Param.setMerchantId(null);
PerformancePartnerVo performancePartnerVo = PerformancePartnerVo.getNew();
BeanUtils.copyProperties(step1Param, performancePartnerVo);
performancePartnerVo.setCreatedAt(timeNow.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));
......
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