Compare commits
6 Commits
main
...
88b54a49f4
| Author | SHA1 | Date | |
|---|---|---|---|
| 88b54a49f4 | |||
| dce043f63d | |||
| 759c72fc65 | |||
| 70c416779f | |||
| f4369f7581 | |||
| df28eed305 |
@ -216,6 +216,7 @@ public class AppDeviceShareService {
|
||||
uw.eq("phonenumber", bo.getPhonenumber());
|
||||
uw.set("permission", bo.getPermission());
|
||||
uw.set("update_by", userId);
|
||||
uw.set("create_by", userId);
|
||||
uw.set("update_time", new Date());
|
||||
|
||||
return appDeviceShareMapper.update(uw);
|
||||
|
||||
Reference in New Issue
Block a user