update - 调整模型分页查询功能
This commit is contained in:
parent
eb6a0a2102
commit
e1769b5b74
@ -99,7 +99,7 @@ public class BpmnProcessModelServiceImpl implements BpmnProcessModelService {
|
||||
}
|
||||
if (StringUtils.hasLength(dto.getName())) {
|
||||
baseQuerySql.append(sqlConnectors(baseQuerySql))
|
||||
.append(" a.NAME_ = #{name}");
|
||||
.append(" a.NAME_ like #{name}");
|
||||
query.parameter("name", "%" + dto.getName() + "%");
|
||||
}
|
||||
if (!CollectionUtils.isEmpty(dto.getCategories())) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user