This commit is contained in:
guoshengxiong 2024-06-14 13:58:06 +08:00
parent e63647ef91
commit 25e08c8fdb

View File

@ -71,7 +71,7 @@ public class XzSecurityQualityInspectionRecordController {
@ApiImplicitParam(name = "projectSn", value = "项目SN", paramType = "body", required = true, dataType = "String"),
@ApiImplicitParam(name = "regionId", value = "检查部位ID", paramType = "body", required = false, dataType = "String"),
@ApiImplicitParam(name = "itemId", value = "子任务ID", paramType = "body", required = false, dataType = "String"),
@ApiImplicitParam(name = "status", value = "状态1无需整改2待整改3待复查4待核验5合格60合格7超期未关闭", paramType = "body", required = false, dataType = "String"),
@ApiImplicitParam(name = "status", value = "状态1无需整改2待整改3待复查4待核验5合格60合格7超期未关闭", paramType = "body", required = false, dataType = "String"),
@ApiImplicitParam(name = "recordStatus", value = "查询类型1排查记录2已闭合3未闭合4超期未关闭5待整改6待复查7待核验", paramType = "body", required = false, dataType = "String"),
@ApiImplicitParam(name = "urgentLevel", value = "紧急程度1一般2严重3紧要", paramType = "body", required = false, dataType = "String"),
@ApiImplicitParam(name = "level", value = "问题等级1一级2二级3三级4四级", paramType = "body", required = false, dataType = "String"),