mirror of
https://gitee.com/freshday/radar.git
synced 2024-12-02 11:57:51 +08:00
fix:黑白名单查询条件modelId 丢失
This commit is contained in:
parent
2a8b48ed0d
commit
7ddf754d47
@ -86,6 +86,7 @@ public class DataListDalImpl implements DataListDal {
|
||||
logger.info("listDataLists,{},{}", modelId, status);
|
||||
Example example = new Example(DataListsPO.class);
|
||||
Example.Criteria cri = example.createCriteria();
|
||||
cri.andEqualTo("modelId", modelId);
|
||||
if (status != null) {
|
||||
cri.andEqualTo("status", status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user