mirror of
https://gitee.com/freshday/radar.git
synced 2026-03-22 04:37:16 +08:00
fix:黑白名单查询条件modelId 丢失
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user