Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
a8e81ed0
Commit
a8e81ed0
authored
Jan 03, 2025
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.公司详情增加证件类型
2.人员列表增加设备类型字段和筛选字段为equipTypeName,筛选条件为equipType
parent
a6860509
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
PlanTask.xml
...ule-statistics-api/src/main/resources/mapper/PlanTask.xml
+3
-0
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/PlanTask.xml
View file @
a8e81ed0
...
...
@@ -121,6 +121,9 @@
<if
test=
"map.equipType != null and map.equipType != ''"
>
AND tui.equip_type LIKE concat ( '%', #{map.equipType}, '%' )
</if>
<if
test=
"map.phone != null and map.phone != ''"
>
AND tui.phone LIKE concat ( '%', #{map.phone}, '%' )
</if>
</select>
<select
id=
"getPostList"
resultType=
"java.util.Map"
>
SELECT
...
...
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