mirror of
https://gitee.com/freshday/radar.git
synced 2025-12-26 07:16:26 +08:00
commit
9dc0775504
@ -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…
x
Reference in New Issue
Block a user