Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4b29c078
authored
Nov 22, 2023
by
huangjy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix:saas端忽略租户id
parent
e642cb3b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
saas-module/src/main/java/com/makeit/controller/device/SaasDeviceController.java
server-service/src/main/resources/mappers/PlatDeviceMapper.xml
saas-module/src/main/java/com/makeit/controller/device/SaasDeviceController.java
View file @
4b29c078
...
...
@@ -85,7 +85,7 @@ public class SaasDeviceController {
@ApiOperation
(
"激活设备license"
)
@PostMapping
(
"active"
)
@
Auth
Ignore
@
TenantId
Ignore
public
ApiResponseEntity
active
(
@RequestBody
BaseIdDTO
dto
)
{
platDeviceService
.
active
(
dto
);
return
ApiResponseUtils
.
success
();
...
...
server-service/src/main/resources/mappers/PlatDeviceMapper.xml
View file @
4b29c078
...
...
@@ -48,7 +48,7 @@
</if>
</where>
order by pd.update_date desc,p
rbd.update_date
desc
order by pd.update_date desc,p
d.id
desc
</select>
<select
id=
"getDevices"
resultType=
"com.makeit.vo.platform.device.PlatDeviceListVO"
>
...
...
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