提交 84f84289 作者: 沈振路

最后修改人判断批量操作

上级 4d2c4269
...@@ -369,7 +369,7 @@ public class CustomerGraphicsDelayServiceImpl extends ServiceImpl<CustomerGraphi ...@@ -369,7 +369,7 @@ public class CustomerGraphicsDelayServiceImpl extends ServiceImpl<CustomerGraphi
if (userId == null) { if (userId == null) {
return new GenericsResult<>(false); return new GenericsResult<>(false);
} }
int count = this.count(new QueryWrapper<CustomerGraphicsDelay>().eq("app_id", appid).ne("create_user", userId)); int count = this.count(new QueryWrapper<CustomerGraphicsDelay>().eq("app_id", appid).ne("modified_user", userId));
return new GenericsResult<>(count == 0); return new GenericsResult<>(count == 0);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论