fix 标签管理

This commit is contained in:
lijiarao
2023-08-21 17:58:36 +08:00
parent bf0b68397e
commit f5c52a6fc9
2 changed files with 4 additions and 1 deletions
@@ -54,7 +54,7 @@ public class LawsTagController extends JeroController<LawsTag, ILawsTagService>
*/
@AutoLog(value = "标签管理-分页列表查询")
@ApiOperation(value="标签管理-分页列表查询", notes="标签管理-分页列表查询")
@RequiresPermissions("tag:page")
//@RequiresPermissions("tag:page")
@GetMapping(value = "/page")
public Result<?> queryPageList(LawsTag lawsTag,
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
@@ -93,6 +93,9 @@ public class LawsTag implements Serializable {
/**排序*/
private Integer orderNum;
/**是否支持排序1是0否*/
private Integer sortFlag;
/**字段是否必填0否 1是*/
private String fieldMustInput;