This commit is contained in:
wangliwen 2022-04-26 15:13:26 +08:00
parent 77faae8e73
commit aff4b37d5c
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ public class TDemandDataServiceImpl extends CrudServiceImpl<TDemandDataDao, TDem
@Override
public QueryWrapper<TDemandDataEntity> getWrapper(Map<String, Object> params) {
QueryWrapper<TDemandDataEntity> wrapper = new QueryWrapper<>();
// if (params.containsKey("flag")) {
// wrapper.eq("flag", params.get("flag"));
// }
// if (params.containsKey("creator")) {
// wrapper.eq("creator", params.get("creator"));
// }
params.keySet().stream().filter(index -> null != params.get(index)).forEach(index -> {
switch (index) {