Commit 5063044d authored by hanfeng's avatar hanfeng

修改用户管理

parent bfbd50e3
......@@ -219,7 +219,7 @@ public class AppUserLoginBiz extends BaseBiz<AppUserLoginMapper, AppUserLogin> {
public void deleteAppUserById(Integer id) {
AppUserLogin appUserLogin = new AppUserLogin();
appUserLogin.setId(id);
appUserLogin.setIsdel(0);
appUserLogin.setIsdel(1);
mapper.updateByPrimaryKeySelective(appUserLogin);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment