|
@@ -21,9 +21,6 @@ import com.yonge.log.model.AuditLogAnnotation;
|
|
|
public class UserDeviceController extends BaseController {
|
|
|
|
|
|
@Autowired
|
|
|
- private SysUserService sysUserService;
|
|
|
-
|
|
|
- @Autowired
|
|
|
private SysUserDeviceService sysUserDeviceService;
|
|
|
|
|
|
@ApiOperation(value = "分页查询用户信息")
|
|
@@ -34,7 +31,7 @@ public class UserDeviceController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "设备号解除绑定")
|
|
|
@PostMapping(value = "/unbind")
|
|
|
- @AuditLogAnnotation(operateName = "设备号解除绑定",interfaceURL = "userDevice/unbind")
|
|
|
+// @AuditLogAnnotation(operateName = "设备号解除绑定",interfaceURL = "userDevice/unbind")
|
|
|
public Object unbind(Integer id) {
|
|
|
return succeed(sysUserDeviceService.deleteWithLogic(id));
|
|
|
}
|