Commit 980e20da authored by wzp's avatar wzp

修改bug

parent 8c9cbc9f
...@@ -81,10 +81,10 @@ public class AuditServiceImpl extends ServiceImpl<AuditMapper, Audit> implements ...@@ -81,10 +81,10 @@ public class AuditServiceImpl extends ServiceImpl<AuditMapper, Audit> implements
//条件 //条件
QueryWrapper<Audit> ew = new QueryWrapper<Audit>() QueryWrapper<Audit> ew = new QueryWrapper<Audit>()
//暂时注掉 //暂时注掉
// .eq("a.level", auditStatusLevel.name()) .eq("a.level", auditStatusLevel.name())
.eq("a.type", type.name()) .eq("a.type", type.name())
// .eq("b.is_deleted", 0) .eq("b.is_deleted", 0)
// .eq("c.is_deleted", 0) .eq("c.is_deleted", 0)
.orderByDesc("a.create_time", "a.id"); .orderByDesc("a.create_time", "a.id");
// //
if (status != null) { if (status != null) {
......
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