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