feat: 绑定零部件更新后变更绑定人员
This commit is contained in:
+1
@@ -162,6 +162,7 @@ public class LawsBindPartServiceImpl extends ServiceImpl<LawsBindPartMapper, Law
|
|||||||
throw new JeroBootException("id不能为空");
|
throw new JeroBootException("id不能为空");
|
||||||
}
|
}
|
||||||
this.pdmValidPartEdit(Collections.singletonList(lawsBindPart.getId()));
|
this.pdmValidPartEdit(Collections.singletonList(lawsBindPart.getId()));
|
||||||
|
lawsBindPart.setBindUser(UserUtils.getUserId());
|
||||||
updateById(lawsBindPart);
|
updateById(lawsBindPart);
|
||||||
// 清空关联关系
|
// 清空关联关系
|
||||||
removeBindPartDoc(lawsBindPart.getId());
|
removeBindPartDoc(lawsBindPart.getId());
|
||||||
|
|||||||
Reference in New Issue
Block a user