mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
Pre Merge pull request !441 from 小陌/fix/delStatus
This commit is contained in:
commit
2da58978f1
@ -85,6 +85,9 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service {
|
|||||||
${ClassName}::get$AttrName ,params.get("begin$AttrName"), params.get("end$AttrName"));
|
${ClassName}::get$AttrName ,params.get("begin$AttrName"), params.get("end$AttrName"));
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
|
#if($column.javaField == 'delFlag')
|
||||||
|
lqw.eq(${ClassName}::getDelFlag, 0);
|
||||||
|
#end
|
||||||
#end
|
#end
|
||||||
return lqw;
|
return lqw;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user