Commit 91b69c71 authored by liqin's avatar liqin 💬

bug fixed

parent 32d08064
......@@ -71,7 +71,6 @@ public class AuditServiceImpl extends ServiceImpl<AuditMapper, Audit> implements
//暂时注掉
// .eq("a.level", auditStatusLevel.name())
.eq("a.type", type.name())
.eq("a.is_deleted", 0)
// .eq("b.is_deleted", 0)
// .eq("c.is_deleted", 0)
.orderByDesc("a.create_time", "a.id");
......
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