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
da353308
Commit
da353308
authored
Jul 10, 2024
by
刘凡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改:新增气瓶接口
parent
bf6c7f47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CylinderTagsDataUnitMapper.xml
.../src/main/resources/mapper/CylinderTagsDataUnitMapper.xml
+1
-1
CylinderTagsDataUnitController.java
...er/flc/biz/controller/CylinderTagsDataUnitController.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-api/src/main/resources/mapper/CylinderTagsDataUnitMapper.xml
View file @
da353308
...
...
@@ -20,7 +20,7 @@
tz_base_enterprise_info e
where t.app_id = e.app_id
<if
test=
"orgCode != null and orgCode != ''"
>
and e.
industry_supervisor
like concat(#{orgCode}, '%')
and e.
org_code
like concat(#{orgCode}, '%')
</if>
) A
</select>
...
...
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-biz/src/main/java/com/yeejoin/amos/boot/module/cylinder/flc/biz/controller/CylinderTagsDataUnitController.java
View file @
da353308
...
...
@@ -124,7 +124,7 @@ public class CylinderTagsDataUnitController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"气瓶及标签数量比表-依据机构获取便签统计数据"
,
notes
=
"气瓶及标签数量比表-依据机构获取便签统计数据"
)
@GetMapping
(
value
=
"/tagsStatisticsData"
)
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
selectForTagsStatisticsData
(
@RequestParam
(
value
=
"orgCode"
,
required
=
false
)
String
org
Code
)
{
return
ResponseHelper
.
buildResponse
(
cylinderTagsDataUnitServiceImpl
.
selectForTagsStatisticsData
(
org
Code
));
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
selectForTagsStatisticsData
(
@RequestParam
(
value
=
"orgCode"
,
required
=
false
)
String
region
Code
)
{
return
ResponseHelper
.
buildResponse
(
cylinderTagsDataUnitServiceImpl
.
selectForTagsStatisticsData
(
region
Code
));
}
}
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