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

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

修改 复制接口

parent f5fe65b9
......@@ -177,7 +177,7 @@ public class KylinPerformancesAdminServiceImpl extends ServiceImpl<KylinPerforma
object
);
KylinPerformanceStatus statusData = performanceStatusMapper.selectOne(new UpdateWrapper<KylinPerformanceStatus>().eq("performanceId", performancesId));
KylinPerformanceStatus statusData = performanceStatusMapper.selectOne(new UpdateWrapper<KylinPerformanceStatus>().eq("performance_id", performancesId));
KylinPerformanceStatus performanceStatus = new KylinPerformanceStatus();
if (statusData.getStatus() == 1 && statusData.getStatus() == 4) {
performanceStatus.setStatus(status);
......
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