新建模型设置修订人

This commit is contained in:
zhal 2022-07-26 23:12:23 +08:00
parent 030ffc6ef5
commit 3043b3f60e

View File

@ -8204,6 +8204,9 @@ public class CoeProcessLevelWeb extends ActionWeb {
}
//回填修订人
propertyDao.updatePropertyByPropertyId(model.getId(), "Drafted_and_revised_by", _uc.getUserName());
// 小组权限设置
if (!UtilString.isEmpty(teamId)) {