解决无法多选bug

pull/5/head
liujun 2023-12-25 14:45:17 +08:00
parent 40cbbe7dcc
commit 4f60d4f571
1 changed files with 1 additions and 0 deletions

View File

@ -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);