。。。
This commit is contained in:
parent
aaeda5f9bd
commit
5333b18711
|
@ -51,7 +51,7 @@ public class SysNoticeServiceImpl extends CrudServiceImpl<SysNoticeDao, SysNotic
|
|||
wrapper.eq(StringUtils.isNotBlank((String) params.get("type")), "type", (String) params.get("type"));
|
||||
break;
|
||||
case "from":
|
||||
wrapper.eq(StringUtils.isNotBlank((String) params.get("from")), "from", (String) params.get("from"));
|
||||
wrapper.eq(StringUtils.isNotBlank((String) params.get("from")), "`from`", (String) params.get("from"));
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue