解决无法多选bug
parent
40cbbe7dcc
commit
4f60d4f571
|
@ -164,6 +164,7 @@ public class XgfUserServiceImpl implements XgfUserService {
|
|||
entity.put("STATUS", "0");
|
||||
} else {
|
||||
entity.put("STATUS", "2");
|
||||
entity.put("VALID_FLAG", "1");
|
||||
}
|
||||
xgfUserMapper.edit(entity);
|
||||
|
||||
|
|
Loading…
Reference in New Issue