This commit is contained in:
hejinbo
2023-11-23 18:41:59 +08:00
parent 6798d64993
commit 80f6e726f8
2 changed files with 2 additions and 0 deletions
@@ -517,6 +517,7 @@ public class DeptIdentifyServiceImpl implements IDeptIdentifyService {
deptIdentify.setOperName(sysUser.getNickName());
deptIdentify.setOperPhone(sysUser.getPhonenumber());
deptIdentify.setOperUserName(sysUser.getUserName());
deptIdentify.setUserId(deptIdentify.getUserId());
//更新
int i = deptIdentifyMapper.updateDeptIdentify(deptIdentify);
if (i > 0) {