Commit 4b29c078 by huangjy

fix:saas端忽略租户id

parent e642cb3b
...@@ -85,7 +85,7 @@ public class SaasDeviceController { ...@@ -85,7 +85,7 @@ public class SaasDeviceController {
@ApiOperation("激活设备license") @ApiOperation("激活设备license")
@PostMapping("active") @PostMapping("active")
@AuthIgnore @TenantIdIgnore
public ApiResponseEntity active(@RequestBody BaseIdDTO dto) { public ApiResponseEntity active(@RequestBody BaseIdDTO dto) {
platDeviceService.active(dto); platDeviceService.active(dto);
return ApiResponseUtils.success(); return ApiResponseUtils.success();
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</if> </if>
</where> </where>
order by pd.update_date desc,prbd.update_date desc order by pd.update_date desc,pd.id desc
</select> </select>
<select id="getDevices" resultType="com.makeit.vo.platform.device.PlatDeviceListVO"> <select id="getDevices" resultType="com.makeit.vo.platform.device.PlatDeviceListVO">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment