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
5053cc9e
Commit
5053cc9e
authored
Aug 01, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
2a3c2cd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
OrgUsrController.java
...s/boot/module/common/biz/controller/OrgUsrController.java
+2
-2
IPointClassifyDao.java
...mos/patrol/business/dao/repository/IPointClassifyDao.java
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-common-biz/src/main/java/com/yeejoin/amos/boot/module/common/biz/controller/OrgUsrController.java
View file @
5053cc9e
...
@@ -991,7 +991,7 @@ public class OrgUsrController extends BaseController {
...
@@ -991,7 +991,7 @@ public class OrgUsrController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"查询单位基本信息"
,
notes
=
"查询单位基本信息"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"查询单位基本信息"
,
notes
=
"查询单位基本信息"
)
@
Ge
tMapping
(
value
=
"/selectByIdDeptList"
)
@
Pos
tMapping
(
value
=
"/selectByIdDeptList"
)
public
ResponseModel
<
Object
>
selectByIdDeptList
(
@RequestBody
String
ids
)
throws
Exception
{
public
ResponseModel
<
Object
>
selectByIdDeptList
(
@RequestBody
String
ids
)
throws
Exception
{
String
[]
slid
=
ids
.
split
(
","
);
String
[]
slid
=
ids
.
split
(
","
);
...
@@ -1003,7 +1003,7 @@ public class OrgUsrController extends BaseController {
...
@@ -1003,7 +1003,7 @@ public class OrgUsrController extends BaseController {
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"查询单位基本信息"
,
notes
=
"查询单位基本信息"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"查询单位基本信息"
,
notes
=
"查询单位基本信息"
)
@
Ge
tMapping
(
value
=
"/selectByAmosOrgIdDeptList"
)
@
Pos
tMapping
(
value
=
"/selectByAmosOrgIdDeptList"
)
public
ResponseModel
<
Object
>
selectByAmosOrgIdDeptList
(
@RequestBody
String
ids
)
throws
Exception
{
public
ResponseModel
<
Object
>
selectByAmosOrgIdDeptList
(
@RequestBody
String
ids
)
throws
Exception
{
String
[]
slid
=
ids
.
split
(
","
);
String
[]
slid
=
ids
.
split
(
","
);
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/dao/repository/IPointClassifyDao.java
View file @
5053cc9e
...
@@ -18,7 +18,7 @@ public interface IPointClassifyDao extends BaseDao<PointClassify, Long> {
...
@@ -18,7 +18,7 @@ public interface IPointClassifyDao extends BaseDao<PointClassify, Long> {
@Query
(
value
=
"select * from p_point_classify where point_id = ?1 and is_delete = 0"
,
nativeQuery
=
true
)
@Query
(
value
=
"select * from p_point_classify where point_id = ?1 and is_delete = 0"
,
nativeQuery
=
true
)
List
<
PointClassify
>
getPointClassifyByPointId
(
long
id
);
List
<
PointClassify
>
getPointClassifyByPointId
(
long
id
);
@Query
(
value
=
"SELECT * FROM `p_
route_point
` where point_id = ?1 and equipment_id = ?2"
,
nativeQuery
=
true
)
@Query
(
value
=
"SELECT * FROM `p_
point_classify
` where point_id = ?1 and equipment_id = ?2"
,
nativeQuery
=
true
)
List
<
PointClassify
>
queryByPointIdAndEquipmentId
(
Long
pointId
,
String
equipmentId
);
List
<
PointClassify
>
queryByPointIdAndEquipmentId
(
Long
pointId
,
String
equipmentId
);
@Modifying
@Modifying
...
...
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