Pre Merge pull request !441 from 小陌/fix/delStatus

This commit is contained in:
小陌 2023-11-07 13:22:17 +00:00 committed by Gitee
commit 2da58978f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;
} }