Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
417596f9
Commit
417596f9
authored
May 07, 2026
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
7bdc609c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
TSupMajorHazardMapper.xml
...rc/main/resources/mapper/system/TSupMajorHazardMapper.xml
+1
-1
TSupervisionInspectionMapper.xml
.../resources/mapper/system/TSupervisionInspectionMapper.xml
+1
-0
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TSupMajorHazardMapper.xml
View file @
417596f9
...
...
@@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
f_remarks,
beyond_enterprise_id ,
dict_label,
supervision_code
,
supervision_code
FROM
t_sup_major_hazard hazard inner join sys_dict_data dictData on hazard.f_level = dictData.dict_value and dictData.dict_type = 'major_poll_source_level'
</sql>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TSupervisionInspectionMapper.xml
View file @
417596f9
...
...
@@ -31,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"rectificationRequirements != null and rectificationRequirements != ''"
>
and rectification_requirements = #{rectificationRequirements}
</if>
<if
test=
"reviewResults != null and reviewResults != ''"
>
and review_results = #{reviewResults}
</if>
</where>
order by create_time desc
</select>
<select
id=
"selectTSupervisionInspectionById"
parameterType=
"Long"
resultMap=
"TSupervisionInspectionResult"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment