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
3307fcc1
Commit
3307fcc1
authored
Jan 07, 2025
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.去除公司基本信息关键企业字段
2.两个规定根据时间倒叙
parent
79793d64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
PlanTask.xml
...ule-statistics-api/src/main/resources/mapper/PlanTask.xml
+1
-1
company.json
...odule-statistics-biz/src/main/resources/json/company.json
+1
-2
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/PlanTask.xml
View file @
3307fcc1
...
...
@@ -55,7 +55,7 @@
<if
test=
"map.isOk!=null"
>
and pc.is_ok = #{map.isOk}
</if>
<if
test=
"map.useUnitCode!=null"
>
and a.use_code like concat (#{map.useUnitCode},'%')
</if>
</where>
order by b.id
order by a.create_date desc
</select>
<select
id=
"getUnitTypeByUseUnitCode"
resultType=
"java.lang.String"
>
select unit_type from tz_base_enterprise_info where use_unit_code=#{useUnitCode}
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/company.json
View file @
3307fcc1
...
...
@@ -145,8 +145,7 @@
{
"key"
:
"address"
,
"label"
:
"地址"
},
{
"key"
:
"legalPerson"
,
"label"
:
"法人"
},
{
"key"
:
"useContact"
,
"label"
:
"单位联系人"
},
{
"key"
:
"contactPhone"
,
"label"
:
"联系电话"
},
{
"key"
:
"keyUnit"
,
"label"
:
"是否重点监控单位"
}
{
"key"
:
"contactPhone"
,
"label"
:
"联系电话"
}
],
"infoRecords"
:
{
"title"
:
"隐患记录"
,
...
...
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