From 4784ba9b5fe0d2c9ada694834ac6b0d0b7474b89 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Thu, 12 Aug 2021 15:52:23 +0800
Subject: [PATCH] special_device、special_device_history相关文件,special_device查询接口

---
 screen-manage/src/main/java/com/moral/api/pojo/form/account/AccountUpdateForm.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/screen-manage/src/main/java/com/moral/api/pojo/form/account/AccountUpdateForm.java b/screen-manage/src/main/java/com/moral/api/pojo/form/account/AccountUpdateForm.java
index ae3cfe8..238e94d 100644
--- a/screen-manage/src/main/java/com/moral/api/pojo/form/account/AccountUpdateForm.java
+++ b/screen-manage/src/main/java/com/moral/api/pojo/form/account/AccountUpdateForm.java
@@ -33,7 +33,6 @@
 
     private String wechat;
 
-    private List<Integer> roleIds;
 
     public boolean valid() {
         if (ObjectUtils.isEmpty(accountId))
@@ -43,8 +42,7 @@
                         ObjectUtils.isEmpty(password) &&
                         ObjectUtils.isEmpty(email) &&
                         ObjectUtils.isEmpty(mobile) &&
-                        ObjectUtils.isEmpty(wechat) &&
-                        null == roleIds
+                        ObjectUtils.isEmpty(wechat)
                 )
             return false;
         return true;

--
Gitblit v1.8.0