commit
This commit is contained in:
@@ -56,7 +56,7 @@ public class FlowCategoryController {
|
||||
$condition
|
||||
""");
|
||||
Cnd cnd = Cnd.NEW();
|
||||
cnd.andEX(ProcessCategory::getName, "=", name);
|
||||
cnd.and(Cnd.likeEX(ProcessCategory::getName, name));
|
||||
sql.setCondition(cnd);
|
||||
Pagination pagination = defineService.listPageMap(pageForm.getPageNumber(), pageForm.getPageSize(), sql);
|
||||
return Result.success(pagination);
|
||||
|
||||
Reference in New Issue
Block a user