Commit b51b4771 authored by chenhao's avatar chenhao

提交微型消防站导出的EXCLE数据筛选代码错误

parent fbf969b9
...@@ -53,7 +53,7 @@ public class FireStationServiceImpl extends BaseService<FireStationDto, FireStat ...@@ -53,7 +53,7 @@ public class FireStationServiceImpl extends BaseService<FireStationDto, FireStat
/** /**
* 列表查询 示例 * 列表查询 示例
*/ */
public List<FireStationDto> queryForFireStationList(@Condition(Operator.eq) Boolean isDelete,@Condition(Operator.eq) Long bizCompanyId,@Condition(Operator.eq) String name) { public List<FireStationDto> queryForFireStationList(@Condition(Operator.eq) Boolean isDelete,@Condition(Operator.eq) Long bizCompanyId,@Condition(Operator.like) String name) {
return this.queryForList("", false, isDelete,bizCompanyId,name); return this.queryForList("", false, isDelete,bizCompanyId,name);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment