Commit d2668ebb authored by 周健威's avatar 周健威

修改代码

parent ef213889
......@@ -175,6 +175,13 @@ public class RscpImageCoverBiz extends BaseBiz<RscpImageCoverMapper, RscpImageCo
});
});
rscpImageDataTotalBiz.updateByWeekendSelective(new RscpImageDataTotal(){{
setCoverStatistics(SYS_TRUE);
}}, w -> {
w.andIn(RscpImageDataTotal::getId, ids);
return w;
});
}
}
......
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