mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
fix: 修正逻辑删除数据列表没有过滤
This commit is contained in:
parent
213cc8a3aa
commit
1993985a39
@ -85,6 +85,9 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service {
|
||||
${ClassName}::get$AttrName ,params.get("begin$AttrName"), params.get("end$AttrName"));
|
||||
#end
|
||||
#end
|
||||
#if($column.javaField == 'delFlag')
|
||||
lqw.eq(${ClassName}::getDelFlag, 0);
|
||||
#end
|
||||
#end
|
||||
return lqw;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user